Home | Trees | Indices | Help |
|
---|
|
CacheInDisk - provides caches on disk
Memcache is also available via a different module (see gluon.contrib.memcache)
When web2py is running on Google App Engine, caching will be provided by the GAE memcache (see gluon.contrib.gae_memcache)
|
|||
CacheAbstract Abstract class for cache implementations. |
|||
CacheInRam Ram based caching |
|||
CacheOnDisk Disk based cache |
|||
Cache Sets up generic caching, creating an instance of both CacheInRam and CacheOnDisk. |
|
|||
logger = logging.getLogger("web2py.cache")
|
|||
DEFAULT_TIME_EXPIRE = 300
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Dec 14 14:46:04 2011 | http://epydoc.sourceforge.net |