Trees | Indices | Help |
|
---|
|
config.ReconfigurableServiceMixin --+ | twisted.application.service.Service --+ | CacheManager
A manager for a collection of caches, each for different types of objects and with potentially-overlapping key spaces.
There is generally only one instance of this class, available at
master.caches
.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
DEFAULT_CACHE_SIZE = 1
|
|
Inherited from Inherited from |
Method Details |
Get an AsyncLRUCache object with the given name. If such an
object does not exist, it will be created. Since the cache is permanent,
this method can be called only once, e.g., in
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:44 2012 | http://epydoc.sourceforge.net |