Constant | DEFAULT_TIMEOUT |
Undocumented |
Constant | MEMCACHE_MAX_KEY_LENGTH |
Undocumented |
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 |
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.