public function EntityStorageControllerInterface::resetCache

Resets the internal, static entity cache.

Parameters

$ids: (optional) If specified, the cache is reset for the entities with the given ids only.

2 methods override EntityStorageControllerInterface::resetCache()

File

drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerInterface.php, line 30
Definition of Drupal\Core\Entity\EntityStorageControllerInterface.

Class

EntityStorageControllerInterface
Defines a common interface for entity controller classes.

Namespace

Drupal\Core\Entity

Code

public function resetCache(array $ids = NULL);