class documentation

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 LibraryValueNotFoundException Undocumented
Instance Variable _class Undocumented
Instance Variable _lib Undocumented
Instance Variable _options Undocumented
Instance Variable _servers Undocumented
Property _cache Implement transparent thread-safe access to a memcached client.