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

Log in
Name

Password

 
 
FrontPage » CachePolicies »

CacheableObject

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.