You are here

Remove personalization in Authenticated User Page Caching (Authcache) 7.2

Detect personalized content and remove it or cancel caching.

File

./authcache.module, line 202
Authenticated User Page Caching (and anonymous users, too!)

Functions

Namesort descending Location Description
authcache_element_is_cacheable ./authcache.module Return TRUE when the given render element is cacheable.
authcache_element_set_cacheable ./authcache.module Mark a render-element as cacheable.
authcache_element_suspect ./authcache.module Specify that the given element cannot be cached without further processing.
authcache_ensure_element_cacheable ./authcache.module Post-render callback for render elements.
authcache_form_alter ./authcache.module Implements hook_form_alter().
authcache_form_comment_form_alter ./authcache.module Implements hook_form_BASE_FORM_ID_alter().
authcache_form_system_performance_settings_alter ./authcache.module Implements hook_form_FORM_ID_alter().
authcache_form_value_set_cacheable ./authcache.module Recursively find elements of type value and set them cacheable.
authcache_form_value_suspect ./authcache.module Recursively find elements of type value and flag them as suspicous.
authcache_preprocess ./authcache.module Implements hook_preprocess().
authcache_preprocess_page ./authcache.module Implements hook_preprocess_page().
authcache_preprocess_toolbar ./authcache.module Implements hook_preprocess_toolbar().
authcache_process_page ./authcache.module Implements hook_process_page().
_authcache_default_form_after_build ./authcache.module Form API default after-build callback for forms on cacheable pages.