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