[Zope-dev] ZCatalog caching with memcached

Andreas Jung lists at zopyx.com
Sat Oct 25 08:57:50 EDT 2008


On 25.10.2008 14:53 Uhr, Hedley Roos wrote:
>> I'd love if this wouldn't be a monkey patch.
>
> So would I, but I couldn't find another way in this case.
>
>> Also, there is nothing that makes this integrate correctly with
>> transactions. Your cache will happily deliver never-committed data and
>> also it will not isolate transactions from each other.
>>
> I patched 4 methods - clear, search, catalogObject, uncatalogObject.
>
> Method clear is the simplest one - I simply flush the cache.
>
> Methods catalogObject and uncatalogObject both invalidate the cache.
> Should the transaction fail later the only drawback is that you threw
> a few things out of the cache. They'll soon be re-entered by
> subsequent searches.

Using a DataManager is likely the better and more safe choice.

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lists.vcf
Type: text/x-vcard
Size: 316 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope-dev/attachments/20081025/62288681/attachment.vcf 


More information about the Zope-Dev mailing list