| 7 entity.inc | public DrupalEntityControllerInterface::resetCache(array $ids = NULL) |
| 8 entity.controller.inc | public DrupalEntityControllerInterface::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
- includes/
entity.inc, line 31
Code
public function resetCache(array $ids = NULL);
Login or register to post comments