relstorage.cache.memcache_client
– An implementation of IStateCache
using a memcache client¶
An implementation of IStateCache
using a memcache client.
Keys and values are transformed into the (byte)string based keys and values that memcache accepts.
- iteritems()¶
D.items() -> a set-like object providing a view on D’s items