You are here

public function EntityCacheTaxonomyVocabularyController::resetStaticCache in Entity cache 7

Resets the internal, static entity cache.

Parameters

string[] $ids: (optional) If specified, the cache is reset for the entities with the given ids only.

Overrides EntityCacheEntityControllerInterface::resetStaticCache

1 call to EntityCacheTaxonomyVocabularyController::resetStaticCache()
EntityCacheTaxonomyVocabularyController::resetCache in includes/entitycache.taxonomy.inc
Implements DrupalEntityControllerInterface::resetCache().

File

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

Class

EntityCacheTaxonomyVocabularyController
Taxonomy vocabulary entity controller class with persistent cache.

Code

public function resetStaticCache(array $ids = NULL) {
  parent::resetCache($ids);
}