Trees | Indices | Help |
|
---|
|
Implements a very simple, dict base cache.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
CLEANUP_ROUND = 1800
|
|||
_LOCK = "lock"
|
|
Initialize this class.
|
Cleanup our cache.
|
Stores a value at key in the cache. See CacheBase.Store for parameter description
|
Retrieve the values of keys from cache. See CacheBase.GetMulti for parameter description
|
Retrieve the value of key from cache. See CacheBase.Get for parameter description
|
Invalidates value for keys in cache. See CacheBase.Invalidate for parameter description
|
Invalidates all keys and values in cache. See CacheBase.Flush for parameter description
|
Invalidate keys in cache. This is the unlocked version, see Invalidate for parameter description |
Extracts just the value for a key. This method is taking care if the value did not expire ans returns it
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 24 16:51:20 2012 | http://epydoc.sourceforge.net |