You are here

public function EntityCacheDefaultEntityController::resetCache in Entity cache 7

Implements DrupalEntityControllerInterface::resetCache().

Overrides DrupalDefaultEntityController::resetCache

File

includes/entitycache.defaultentitycontroller.inc, line 16
Default entity controller with persistent cache.

Class

EntityCacheDefaultEntityController
Default entity controller with persistent cache.

Code

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