Trees | Indices | Help |
|
---|
|
A `CacheRegion` stores some `CacheItem` instances.
This implementation stores the data in the memory of the current process. If you need a more advanced data store, create a cacheStore class that works with Cheetah's CacheStore protocol and provide it as the cacheStore argument to __init__. For example you could use Cheetah.CacheStore.MemcachedCacheStore, a wrapper around the Python memcached API (http://www.danga.com/memcached).
|
|||
_cacheItemClass A CacheItem is a container storing:... |
|
|||
|
|||
|
|||
|
|||
|
|
Lazy access to a cacheItem Try to find a cache in the stored caches. If it doesn't exist, it's created. Returns a `CacheItem` instance. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Oct 1 23:56:40 2007 | http://epydoc.sourceforge.net |