Class PyLibMCCache
An implementation of a cache binding using pylibmc
Declaration
source linkDocumentation
Methods
▶ def __init__(self, server, params) override ▶ def close(self, **kwargs) overrideinherited doc Close the cache connection
▶ def touch(self, key, timeout=DEFAULT_TIMEOUT, version=None) overrideinherited doc Update the key's expiry time using timeout. Return True if successful or False if the key does not exist.