class documentation

class PyLibMCCache(BaseMemcachedCache):

View In Hierarchy

An implementation of a cache binding using pylibmc
Method __init__ Undocumented
Method close Undocumented
Method touch Undocumented
Property client​_servers Undocumented

Inherited from BaseMemcachedCache:

Method add Undocumented
Method clear Undocumented
Method delete Undocumented
Method delete​_many Undocumented
Method get Undocumented
Method get​_backend​_timeout Memcached deals with long (> 30 days) timeouts in a special way. Call this function to obtain a safe value for your timeout.
Method get​_many Undocumented
Method incr Undocumented
Method set Undocumented
Method set​_many Undocumented
Method validate​_key Undocumented
Instance Variable ​_class Undocumented
Instance Variable ​_lib Undocumented
Instance Variable ​_options Undocumented
Instance Variable ​_servers Undocumented
Instance Variable ​Library​Value​Not​Found​Exception Undocumented
Property ​_cache Implement transparent thread-safe access to a memcached client.
def __init__(self, server, params):
def close(self, **kwargs):
def touch(self, key, timeout=DEFAULT_TIMEOUT, version=None):
@property
client_servers =