Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::resetCache()
  2. 9 core/lib/Drupal/Core/Entity/EntityStorageInterface.php \Drupal\Core\Entity\EntityStorageInterface::resetCache()

Resets the internal entity cache.

Parameters

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

1 method overrides EntityStorageInterface::resetCache()
EntityStorageBase::resetCache in core/lib/Drupal/Core/Entity/EntityStorageBase.php
Resets the internal entity cache.

File

core/lib/Drupal/Core/Entity/EntityStorageInterface.php, line 35

Class

EntityStorageInterface
Defines the interface for entity storage classes.

Namespace

Drupal\Core\Entity

Code

public function resetCache(array $ids = NULL);