class documentation

An implementation of a cache binding using pymemcache.

Method __init__ Undocumented
Instance Variable _class Undocumented
Instance Variable _options Undocumented

Inherited from BaseMemcachedCache:

Method add Undocumented
Method clear Undocumented
Method close 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 touch Undocumented
Method validate_key Undocumented
Instance Variable LibraryValueNotFoundException Undocumented
Property client_servers Undocumented
Instance Variable _lib Undocumented
Instance Variable _servers Undocumented
Property _cache Implement transparent thread-safe access to a memcached client.