You are here

Session cache control in Authenticated User Page Caching (Authcache) 7.2

Invalidate browser cache when user session changes

File

modules/authcache_p13n/authcache_p13n.module, line 540
Provides methods for serving personalized content fragments.

Functions

Namesort descending Location Description
authcache_p13n_authcache_cookie modules/authcache_p13n/authcache_p13n.module Implements hook_authcache_cookie().
authcache_p13n_exit modules/authcache_p13n/authcache_p13n.module Implements hook_exit().
authcache_p13n_session_invalidate modules/authcache_p13n/authcache_p13n.module Invalidate user specific content.
authcache_p13n_user_login modules/authcache_p13n/authcache_p13n.module Implements hook_user_login().
authcache_p13n_user_logout modules/authcache_p13n/authcache_p13n.module Implements hook_user_logout().
_authcache_p13n_get_goto_caller modules/authcache_p13n/authcache_p13n.module Utility function: return backtrace frame of the function calling drupal_goto.