View source on GitHub |
Stub version of the memcache API, keeping all data in process memory.
Classes
class CacheEntry
: An entry in the cache.
class LRU
: Implements an LRU
cache by intrusive chaining on elements.
class MemcacheServiceStub
: Python only memcache service stub.
Other Members | |
---|---|
DEFAULT_MAX_SIZE_BYTES |
1000000000000000.0
|
MAX_REQUEST_SIZE |
33554432
|