You are here

Functions in Authenticated User Page Caching (Authcache) 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
authcache_enum_test_authcache_enum_key_properties modules/authcache_enum/tests/authcache_enum_test.module Implements hook_authcache_enum_key_properties()
authcache_enum_test_authcache_enum_key_properties_alter modules/authcache_enum/tests/authcache_enum_test.module Implements hook_authcache_enum_key_properties_alter()
authcache_enum_test_authcache_enum_key_property_info modules/authcache_enum/tests/authcache_enum_test.module Implements hook_authcache_enum_key_property_info()
authcache_enum_test_authcache_enum_key_property_info_alter modules/authcache_enum/tests/authcache_enum_test.module Implements hook_authcache_enum_key_property_info_alter()
authcache_enum_user_keys modules/authcache_enum/authcache_enum.module Enumerate every possible authcache key for authenticated users. 1
authcache_esi_authcache_enum_key_property_info modules/authcache_esi/authcache_esi.module Implements hook_authcache_enum_key_property_info().
authcache_esi_authcache_key_properties modules/authcache_esi/authcache_esi.module Implements hook_authcache_key_properties().
authcache_esi_authcache_p13n_client modules/authcache_esi/authcache_esi.module Implements hook_authcache_p13n_client().
authcache_esi_debug_menu modules/authcache_esi/authcache_esi_debug.module Implements hook_menu().
authcache_esi_debug_permission modules/authcache_esi/authcache_esi_debug.module Implements hook_permission().
authcache_esi_debug_status modules/authcache_esi/authcache_esi_debug.module Page callback: Load ESI test via ajax. 1
authcache_esi_debug_status_fragment modules/authcache_esi/authcache_esi_debug.module Page callback: List test results of manual ESI test. 1
authcache_esi_debug_status_table modules/authcache_esi/authcache_esi_debug.module Ajax callback: List test results of manual ESI test. 1
authcache_esi_test_authcache_p13n_assembly modules/authcache_esi/tests/authcache_esi_test.module Implements hook_authcache_p13n_assembly().
authcache_esi_test_authcache_p13n_fragment modules/authcache_esi/tests/authcache_esi_test.module Implements hook_authcache_p13n_fragment().
authcache_esi_test_authcache_p13n_setting modules/authcache_esi/tests/authcache_esi_test.module Implements hook_authcache_p13n_setting().
authcache_esi_test_menu modules/authcache_esi/tests/authcache_esi_test.module Implements hook_menu().
authcache_esi_test_page modules/authcache_esi/tests/authcache_esi_test.module Menu callback: Build a page. 1
authcache_esi_theme modules/authcache_esi/authcache_esi.module Implements hook_theme().
authcache_excluded ./authcache.module Return true if this page is excluded from page caching. 3 8
authcache_exit ./authcache.module Implements hook_exit().
authcache_field_authcache_p13n_admin_groups modules/authcache_field/authcache_field.module Implements hook_authcache_p13n_admin_groups().
authcache_field_authcache_p13n_assembly modules/authcache_field/authcache_field.module Implements hook_authcache_p13n_assembly().
authcache_field_config_submit modules/authcache_field/authcache_field.module Field UI config submit handler. 1
authcache_field_field_attach_view_alter modules/authcache_field/authcache_field.module Implements hook_field_attach_view_alter().
authcache_field_form_field_ui_field_edit_form_alter modules/authcache_field/authcache_field.module Implements hook_form_FORM_ID_alter().
authcache_fix_cookies ./authcache.module Add and remove cookies to the browser session as required. 1
authcache_flag_authcache_p13n_assembly modules/authcache_flag/authcache_flag.module Implements hook_authcache_p13n_assembly().
authcache_flag_entity_view_alter modules/authcache_flag/authcache_flag.module Implements hook_flag_view_alter().
authcache_flag_flag_delete modules/authcache_flag/authcache_flag.module Implements hook_flag_delete().
authcache_flag_flag_flag modules/authcache_flag/authcache_flag.module Implements hook_flag_flag().
authcache_flag_flag_unflag modules/authcache_flag/authcache_flag.module Implements hook_flag_unflag().
authcache_flag_form_flag_form_alter modules/authcache_flag/authcache_flag.module Implements hook_form_FORM_ID_alter().
authcache_flush_caches ./authcache.module Implements hook_flush_caches().
authcache_form_admin modules/authcache_form/authcache_form.admin.inc Form API callback: Generate admin form. 1
authcache_form_alter ./authcache.module Implements hook_form_alter().
authcache_form_authcache_p13n_fragment modules/authcache_form/authcache_form.module Implements hook_authcache_p13n_fragment().
authcache_form_cacheobject_load modules/authcache_form/authcache_form.module Implements hook_cacheobject_load().
authcache_form_cacheobject_presave modules/authcache_form/authcache_form.module Implements hook_cacheobject_presave().
authcache_form_cache_lifespan modules/authcache_form/authcache_form.module Returns the ttl for form-cache entries. 4 3
authcache_form_comment_form_alter ./authcache.module Implements hook_form_BASE_FORM_ID_alter().
authcache_form_form_alter modules/authcache_form/authcache_form.module Implements hook_form_alter().
authcache_form_menu modules/authcache_form/authcache_form.module Implements hook_menu().
authcache_form_requirements modules/authcache_form/authcache_form.install Implements hook_requirements().
authcache_form_system_performance_settings_alter ./authcache.module Implements hook_form_FORM_ID_alter().
authcache_form_test_authcache_canceled modules/authcache_form/tests/authcache_form_test.module Implements hook_authcache_canceled().
authcache_form_test_authcache_excluded modules/authcache_form/tests/authcache_form_test.module Implements hook_authcache_excluded().
authcache_form_test_authcache_p13n_client modules/authcache_form/tests/authcache_form_test.module Implements hook_authcache_p13n_client().
authcache_form_test_cached_form modules/authcache_form/tests/authcache_form_test.module Menu callback: Build a cached form. 1
authcache_form_test_form modules/authcache_form/tests/authcache_form_test.module Menu callback: Build a form. 3

Pages

Other projects