| Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
object --+
         |
        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   | 
  |||
| Class Variables | |
        DEFAULT_CACHE_SIZE = 1
     | 
  |
| Properties | |
| 
     Inherited from   | 
  
| Method Details | 
  
 x.__init__(...) initializes x; see help(type(x)) for signature 
  | 
  
 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 Sun Jul 17 13:45:26 2011 | http://epydoc.sourceforge.net |