function authcache_flag_flag_unflag in Authenticated User Page Caching (Authcache) 7.2
Implements hook_flag_unflag().
Invalidate user cache when a flag changes.
File
- modules/
authcache_flag/ authcache_flag.module, line 118 - Provide personalization for the flag module.
Code
function authcache_flag_flag_unflag($flag, $entity_id, $account, $flagging) {
authcache_p13n_session_invalidate();
}