You are here

Functions in Memcache Storage 7

Primary tabs

Namesort descending Location Description Direct uses Strings
drupal_save_session includes/session.inc Determines whether to save session data of the current request. 5
drupal_session_commit includes/session.inc Commits the current session, if necessary.
drupal_session_destroy_uid includes/session.inc Ends a specific user's session(s).
drupal_session_initialize includes/session.inc Initializes the session handler, starting a session if needed.
drupal_session_regenerate includes/session.inc Called when an anonymous user becomes authenticated or vice-versa.
drupal_session_start includes/session.inc Forcefully starts a session, preserving already set session data. 3
drupal_session_started includes/session.inc Returns whether a session has been started. 3
drush_memcache_storage_clear_cache ./memcache_storage.drush.inc Callback for removing cache object from cache bin. 1
drush_memcache_storage_flush_bin ./memcache_storage.drush.inc Callback for invalidation of all data stored in cache bin. 1
lock_acquire includes/lock.inc Acquire (or renew) a lock, but do not block if it fails.
lock_initialize includes/lock.inc Initialize the locking system.
lock_may_be_available includes/lock.inc Check if lock acquired by a different process may be available. 1
lock_release includes/lock.inc Release a lock previously acquired by lock_acquire().
lock_release_all includes/lock.inc Release all previously acquired locks. 1
lock_wait includes/lock.inc Wait for a lock to be available.
memcache_storage_admin_flush_selected_bins ./memcache_storage.admin.inc Flush cached data from selected bins. 1
memcache_storage_admin_flush_selected_clusters ./memcache_storage.admin.inc Flush selected memcached clusters. 1
memcache_storage_admin_menu_cache_info ./memcache_storage.module Implements hook_admin_menu_cache_info().
memcache_storage_clear_cache_ajax_callback ./memcache_storage.pages.inc Clear cache data from selected cache bin. 1
memcache_storage_debug_shutdown ./memcache_storage.module Print debug output of memcache statistics. 1
memcache_storage_drush_command ./memcache_storage.drush.inc Implements hook_drush_command().
memcache_storage_flush_all_cache ./memcache_storage.module Flushes all cached bins in memcached pool. 3
memcache_storage_init ./memcache_storage.module Implements hook_init().
memcache_storage_menu ./memcache_storage.module Implements hook_menu().
memcache_storage_permission ./memcache_storage.module Implements hook_permission().
memcache_storage_requirements ./memcache_storage.install Implements hook_requirements().
memcache_storage_settings_form ./memcache_storage.admin.inc Settings form. 1
memcache_storage_uninstall ./memcache_storage.install Implements hook_uninstall().
memcache_storage_update_7013 ./memcache_storage.install Force Drupal to flush cache. Uninstall unused variable.
memcache_storage_user_delete includes/session.inc Implements hook_user_delete().
memcache_storage_user_update includes/session.inc Implements hook_user_update().
memcache_storage_wildcard_flush ./memcache_storage.module Invalidates all cache which should be invalid because of wildcard flushes. 1
_drupal_session_close includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_delete_cookie includes/session.inc Deletes the session cookie. 1
_drupal_session_destroy includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_garbage_collection includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_open includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_read includes/session.inc Reads an entire session from the memcached. 1
_drupal_session_write includes/session.inc Writes an entire session to the memcached. 1
_lock_id includes/lock.inc Helper function to get this request's unique id. 3
_memcache_storage_memcached_cache_bins ./memcache_storage.module Helper function that returns a list of cache bins stored in memcached. 3
_memcache_storage_session_user_add_session includes/session.inc Add session data to user object to emulate Drupal default behavior. 1
_memcache_storage_session_user_load 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. 1

Other projects