public function DrupalEntityControllerInterface::resetCache

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()

File

drupal/includes/entity.inc, line 23

Class

DrupalEntityControllerInterface
Interface for entity controller classes.

Code

public function resetCache(array $ids = NULL);