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.