You are here

function entitycache_user_login in Entity cache 7

Implements hook_user_login().

File

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

Code

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