public function EntityCacheTaxonomyVocabularyController::resetCache in Entity cache 7
Implements DrupalEntityControllerInterface::resetCache().
Overrides DrupalDefaultEntityController::resetCache
File
- includes/
entitycache.taxonomy.inc, line 45 - Taxonomy entity controllers with persistent cache.
Class
- EntityCacheTaxonomyVocabularyController
- Taxonomy vocabulary entity controller class with persistent cache.
Code
public function resetCache(array $ids = NULL) {
EntityCacheControllerHelper::resetEntityCache($this, $ids);
$this
->resetStaticCache($ids);
}