Enter search terms or a module, class or function name.
Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.
Super simple fake memcache client.
Bases: object
Replicates a tiny subset of memcached client interface.
Sets the value for a key if it doesn’t exist.
Retrieves the value for a key or None.
Increments the value for a key.
Sets the value for a key.