
jeanmichel.francois at makina-corpus
Dec 30, 2008, 7:06 AM
Post #1 of 1
(910 views)
Permalink
|
|
Cacheable and invalidation
|
|
Hi, I m trying to invalidate one entry (and not all entries) of one FSPythonScript i have set to be cached in RamCache ZCacheable_invalidate() invalidate all entries <code> def ZCacheable_invalidate(self, view_name='', REQUEST=None): '''Called after a cacheable object is edited. Causes all cache entries that apply to the view_name to be removed. Returns a status message. ''' </code> is it possible ? By reading the code I supposed this is not. Thanks JeanMichel FRANCOIS Makina-Corpus _______________________________________________ Zope maillist - Zope [at] zope http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
|