You are not logged in Log in Join
You are here: Home » Members » itamar » CachingZWiki » CacheableObject

Log in
Name

Password

 
 

History for CacheableObject

??changed:
-
A CacheableObject implements the following interface:

setCacheManager(cmid) -- Associate the Cache Manager with id 'cmid' with this object.

It will usually acquire the Cache Manager in its '__call__', '__str__' or 'index_html' method, and use the Managers' CacheManagerInterface methods.