public function DrupalEntityControllerInterface::resetCache
7.x entity.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.
1 method overrides DrupalEntityControllerInterface::resetCache()
- DrupalDefaultEntityController::resetCache in drupal-7.x/
includes/ entity.inc - Implements DrupalEntityControllerInterface::resetCache().
File
- drupal-7.x/
includes/ entity.inc, line 23
Class
- DrupalEntityControllerInterface
- Interface for entity controller classes.
Code
public function resetCache(array $ids = NULL);