You are here

8 calls to MemcacheStorage::cacheBinName() in Memcache Storage 7

MemcacheStorage::addCacheID in ./memcache_storage.inc
Add cache ID to the list of cache IDs which are used in the cache bin.
MemcacheStorage::clear in ./memcache_storage.inc
Implements DrupalCacheInterface::clear().
MemcacheStorage::getMultiple in ./memcache_storage.inc
Implements DrupalCacheInterface::getMultiple().
MemcacheStorage::removeCacheID in ./memcache_storage.inc
Remove cache ID from the list of cache IDs which are used in the cache bin.
MemcacheStorage::removeCacheIDs in ./memcache_storage.inc
Remove list of cache IDs from the list of cache IDs which are used in the cache bin.
MemcacheStorage::set in ./memcache_storage.inc
Implements DrupalCacheInterface::set().
MemcacheStorage::validateItem in ./memcache_storage.inc
Validates cache item. Checks if it is still valid and not expired.
MemcacheStorage::__construct in ./memcache_storage.inc
Constructs a new MemcacheStorage object.