Package cherrypy :: Package lib :: Module caching :: Class MemoryCache
[hide private]
[frames] | no frames]

Class MemoryCache

source code

Instance Methods [hide private]
 
__init__(self) source code
 
clear(self)
Reset the cache to its initial, empty state.
source code
 
_key(self) source code
 
expire_cache(self) source code
 
get(self)
Return the object if in the cache, else None.
source code
 
put(self, obj) source code
 
delete(self) source code
Properties [hide private]
  key
Property Details [hide private]

key

Get Method:
cherrypy.lib.caching.MemoryCache._key(self)