You are here

Functions in Session Cache API 8

Primary tabs

Namesort descending Location Description Direct uses Strings
session_cache_cron ./session_cache.module Implements hook_cron().
session_cache_expiration_time ./session_cache.module 2
session_cache_file_cron session_cache_file/session_cache_file.module Implements hook_cron().
session_cache_file_directory session_cache_file/session_cache_file.module 5
session_cache_file_form_session_cache_settings_alter session_cache_file/session_cache_file.module
session_cache_file_requirements session_cache_file/session_cache_file.module Implements hook_requirements().
session_cache_file_rrmdir session_cache_file/session_cache_file.install Recursively delete a directory and all files in it. 1
session_cache_file_session_cache_get session_cache_file/session_cache_file.module Implements hook_session_cache_get().
session_cache_file_session_cache_set session_cache_file/session_cache_file.module Implements hook_session_cache_set().
session_cache_file_uninstall session_cache_file/session_cache_file.install Implements hook_uninstall().
session_cache_get ./session_cache.module Read data from the user session, given its bin id.
session_cache_get_sid ./session_cache.module Returns an identifier for the current user session. 4
session_cache_menu ./session_cache.module Implements hook_menu().
session_cache_schema ./session_cache.install Implements hook_schema().
session_cache_set ./session_cache.module Write the supplied data to the user session, whatever the storage mechanism may be.

Other projects