constant DRUPAL_MEMCACHE_ASCII_AUTH_LIFETIME_KEY in Memcache API and Integration 7
4 uses of DRUPAL_MEMCACHE_ASCII_AUTH_LIFETIME_KEY
- dmemcache_get in ./
dmemcache.inc - Retrieve a value from the cache.
- _check_ascii_auth in ./
memcache.install - Check that ascii authentication is setup correctly.
- _dmemcache_ensure_ascii_auth in ./
dmemcache.inc - Ensures memcache connection is authorized for the server that is mapped for the given key.
- _dmemcache_get_multi_2nd_chance_ascii_auth in ./
dmemcache.inc - Checks if cache items are really missing or only missing ascii authentication.
File
- ./
dmemcache.inc, line 17 - A memcache API for Drupal.
Code
define('DRUPAL_MEMCACHE_ASCII_AUTH_LIFETIME_KEY', 'drupal:memcache:ascii:auth:lifetime:key');