| Trees | Indices | Help |
|
|---|
|
|
This module implements caching.
|
|||
|
CacheBase This is the base class for all caches. |
|||
|
SimpleCache Implements a very simple, dict base cache. |
|||
|
|||
TIMESTAMP = "timestamp"
|
|||
TTL = "ttl"
|
|||
VALUE = "value"
|
|||
Imports: time, locking, serializer
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 18 10:09:27 2013 | http://epydoc.sourceforge.net |