You are here

public function EntityCacheTaxonomyTermController::resetCache in Entity cache 7

Implements DrupalEntityControllerInterface::resetCache().

Overrides DrupalDefaultEntityController::resetCache

File

includes/entitycache.taxonomy.inc, line 16
Taxonomy entity controllers with persistent cache.

Class

EntityCacheTaxonomyTermController
Taxonomy term entity controller class with persistent cache.

Code

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