| Home | Trees | Indices | Help | 
|---|
|  | 
object --+    
         |    
base.Cache --+
             |
            Cache
A cache with app engine memcache API.
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| Inherited from  Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 Constructor. Args: max_age: Cache expiration in seconds. 
 | 
| 
 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. 
 | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Fri Oct 2 20:46:22 2020 | http://epydoc.sourceforge.net |