Home | Trees | Indices | Help |
---|
|
A cache with app engine memcache API.
|
|||
|
|||
|
|||
|
|||
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 Jun 14 15:57:27 2019 | http://epydoc.sourceforge.net |