You are here

public function EntityCacheUserController::resetCache in Entity cache 7

Implements DrupalEntityControllerInterface::resetCache().

Overrides DrupalDefaultEntityController::resetCache

File

includes/entitycache.user.inc, line 16
User entity controller with persistent cache.

Class

EntityCacheUserController
User entity controller with persistent cache.

Code

public function resetCache(array $ids = NULL) {
  EntityCacheControllerHelper::resetEntityCache($this, $ids);
  $this
    ->resetStaticCache($ids);
}