1.20.x entity.controller.inc | public EntityControllerInterface::resetCache(array $ids = NULL) |
Resets the internal, static entity cache.
Parameters
$ids: (optional) If specified, the cache is reset for the entities with the given ids only.
File
- modules/
entity/ entity.controller.inc, line 28 - Entity API controller classes and interface.
Class
- EntityControllerInterface
- Defines a common interface for entity controller classes.
Code
public function resetCache(array $ids = NULL);