You are here

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

drupal_session_destroy_uid in includes/session.inc
Ends a specific user's session(s).
drupal_session_regenerate in includes/session.inc
Called when an anonymous user becomes authenticated or vice-versa.
lock_release in includes/lock.inc
Release a lock previously acquired by lock_acquire().
lock_release_all in includes/lock.inc
Release all previously acquired locks.
MemcacheStorage::clear in ./memcache_storage.inc
Implements DrupalCacheInterface::clear().
MemcacheStorage::validateItem in ./memcache_storage.inc
Validates cache item. Checks if it is still valid and not expired.
MemcacheStorageAPI::deleteMultiple in ./memcache_storage.api.inc
Delete multiple cache items from memcached pool. Provide debug logging.
MemcacheStoragePageCache::clear in ./memcache_storage.page_cache.inc
Implements DrupalCacheInterface::clear().
memcache_storage_clear_cache_ajax_callback in ./memcache_storage.pages.inc
Clear cache data from selected cache bin.
memcache_storage_user_delete in includes/session.inc
Implements hook_user_delete().
memcache_storage_user_update in includes/session.inc
Implements hook_user_update().
_drupal_session_destroy in includes/session.inc
Session handler assigned by session_set_save_handler().