You are here

public function EntityCacheNodeController::resetCache in Entity cache 7

Implements DrupalEntityControllerInterface::resetCache().

Overrides DrupalDefaultEntityController::resetCache

File

includes/entitycache.node.inc, line 16
Node entity controller with persistent cache.

Class

EntityCacheNodeController
Node entity controller with persistent cache.

Code

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