[Zope-dev] multiple cachemanagers for one object

Subjectivize contact@subjectivize.com
Sun, 4 Nov 2001 19:29:49 +1100


I am developing an object that has need to caching different calculations
using different policies. Some data is quite long term and some is quite
short term.

How can I associate more than one cache manager with my instantiated object?
Has anyone done this?

Also has anyone seen a persistent cache manager? One that would store data
even when the server went down?