[Zope-dev] CacheableObject API documentation? Howto's? examples?

marc lindahl marc@bowery.com
Thu, 30 Aug 2001 09:52:05 -0400


Hi,
I'm trying to make a product which uses a RAMCache to cache an expensive
operation... so far I can't find very much documentation on this...  are
there examples around?

I would like to make it so that every instantiation of the product uses a
RAMCache.  The only doc's I find for RAMcache seem to say that you have to
manually associate an object to a RAMCache after you create it.  Is there a
way to do this automatically?

Thanks,
Marc