You are here

12 calls to MemcacheStorageAPI::set() in Memcache Storage 7

drupal_session_regenerate in includes/session.inc
Called when an anonymous user becomes authenticated or vice-versa.
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::getBinIndex in ./memcache_storage.inc
Load cache bin index. This index is part of memcache key and changes if cache bin should be cleared.
MemcacheStorage::increaseBinIndex in ./memcache_storage.inc
Increase cache bin index. This operation changes all memcache keys in selected cache bin so we simulate cache flush for it.
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().
MemcacheStoragePageCache::set in ./memcache_storage.page_cache.inc
Ovirrides MemcacheStorage::set().
_drupal_session_destroy in includes/session.inc
Session handler assigned by session_set_save_handler().
_drupal_session_write in includes/session.inc
Writes an entire session to the memcached.
_memcache_storage_session_user_load in includes/session.inc
Load user by his session. Recieve user object from memcached. If unable to load from memcached it gets user from the database.