public function DrupalEntityControllerInterface::resetCache in Drupal 7
Resets the internal, static entity cache.
Parameters
$ids: (optional) If specified, the cache is reset for the entities with the given ids only.
1 method overrides DrupalEntityControllerInterface::resetCache()
- DrupalDefaultEntityController::resetCache in includes/
entity.inc - Implements DrupalEntityControllerInterface::resetCache().
File
- includes/
entity.inc, line 23
Class
- DrupalEntityControllerInterface
- Interface for entity controller classes.
Code
public function resetCache(array $ids = NULL);