class documentation
A cache with app engine memcache API.
| Method | __init__ |
Constructor. |
| Method | get |
Gets the content from the memcache with a given key. |
| Method | set |
Sets the given key and content in the cache. |
| Instance Variable | _max |
Undocumented |
Gets the content from the memcache with a given key.
| Parameters | |
| 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. | |