You are here

function entitycache_user_cancel in Entity cache 7

Implements hook_user_cancel().

File

./entitycache.module, line 198
Allows for caching of core entities.

Code

function entitycache_user_cancel($edit, $account, $method) {
  cache_clear_all($account->uid, 'cache_entity_user');
}