Home | Trees | Indices | Help |
|
---|
|
This file is part of the web2py Web Framework Copyrighted by Massimo Di Pierro <mdipierro@cs.depaul.edu> License: LGPLv3 (http://www.gnu.org/licenses/lgpl.html)
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)
|
|||
Cache Sets up generic caching, creating an instance of both CacheInRam and CacheOnDisk. |
|||
CacheAbstract Abstract class for cache implementations. |
|||
CacheAction | |||
CacheInRam Ram based caching |
|||
CacheOnDisk Disk based cache |
|
|||
|
|
|||
DEFAULT_TIME_EXPIRE = 300
|
|||
__package__ =
|
|||
have_settings = True
|
|||
logger = <logging.Logger object at 0x2564ad0>
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 14 15:16:59 2013 | http://epydoc.sourceforge.net |