public function EntityCacheEntityControllerInterface::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.
6 methods override EntityCacheEntityControllerInterface::resetStaticCache()
- EntityCacheCommentController::resetStaticCache in includes/
entitycache.comment.inc  - Resets the internal, static entity cache.
 - EntityCacheDefaultEntityController::resetStaticCache in includes/
entitycache.defaultentitycontroller.inc  - Resets the internal, static entity cache.
 - EntityCacheNodeController::resetStaticCache in includes/
entitycache.node.inc  - Resets the internal, static entity cache.
 - EntityCacheTaxonomyTermController::resetStaticCache in includes/
entitycache.taxonomy.inc  - Resets the internal, static entity cache.
 - EntityCacheTaxonomyVocabularyController::resetStaticCache in includes/
entitycache.taxonomy.inc  - Resets the internal, static entity cache.
 
File
- includes/
entitycache.entitycacheentitycontrollerinterface.inc, line 15  
Class
- EntityCacheEntityControllerInterface
 - Common interface for entity controllers supporting entity cache.
 
Code
public function resetStaticCache(array $ids = NULL);