10 calls to MemcacheStorageAPI::get() 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_may_be_available in includes/
lock.inc - Check if lock acquired by a different process may be available.
- 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.
- memcache_storage.inc in ./
memcache_storage.inc - Provides class for memcached data handling.
- _drupal_session_destroy in includes/
session.inc - Session handler assigned by session_set_save_handler().
- _drupal_session_read in includes/
session.inc - Reads an entire session from the memcached.
- _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.