function authcache_votingapi_votingapi_insert in Authenticated User Page Caching (Authcache) 7.2
Implements hook_votingapi_insert().
Invalidate user cache when votes are inserted.
File
- modules/
authcache_votingapi/ authcache_votingapi.module, line 12 - Authcache support for the Voting API module.
Code
function authcache_votingapi_votingapi_insert($votes) {
authcache_p13n_session_invalidate();
}