You are here

function authcache_flag_flag_flag in Authenticated User Page Caching (Authcache) 7.2

Implements hook_flag_flag().

Invalidate user cache when a flag changes.

File

modules/authcache_flag/authcache_flag.module, line 109
Provide personalization for the flag module.

Code

function authcache_flag_flag_flag($flag, $entity_id, $account, $flagging) {
  authcache_p13n_session_invalidate();
}