module documentation

Base Cache class.

Function default_key_func Default function to generate keys.
Function get_key_func Function to decide which key function to use.
Function memcache_key_warnings Undocumented
Constant DEFAULT_TIMEOUT Undocumented
Constant MEMCACHE_MAX_KEY_LENGTH Undocumented
def default_key_func(key, key_prefix, version): (source)

Default function to generate keys. Construct the key used by all other methods. By default, prepend the `key_prefix`. KEY_FUNCTION can be used to specify an alternate function with custom key making behavior.

def get_key_func(key_func): (source)

Function to decide which key function to use. Default to ``default_key_func``.

def memcache_key_warnings(key): (source)

Undocumented

DEFAULT_TIMEOUT = (source)

Undocumented

Value
object()
MEMCACHE_MAX_KEY_LENGTH: int = (source)

Undocumented

Value
250