| Home | Trees | Indices | Help | 
|---|
|  | 
object --+
         |
        Cache
A base abstract cache class.
| 
 | |||
| __metaclass__ Metaclass for defining Abstract Base Classes (ABCs). | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| __abstractmethods__ =  | |||
| _abc_cache = <_weakrefset.WeakSet object at 0x7fb69e350450> | |||
| _abc_negative_cache = <_weakrefset.WeakSet object at 0x7fb69e3 | |||
| _abc_negative_cache_version = 22 | |||
| _abc_registry = <_weakrefset.WeakSet object at 0x7fb69e350490> | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 Gets the content from the memcache with a given key. Args: url: string, the key for the cache. Returns: object, the value in the cache for the given key, or None if the key is not in the cache. 
 | 
| 
 Sets the given key and content in the cache. Args: url: string, the key for the cache. content: string, the discovery document. 
 | 
| 
 | |||
| _abc_negative_cache
 | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 2 20:46:22 2020 | http://epydoc.sourceforge.net |