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(self, /)¶
Return a set-like object providing a view on the dict’s items.