You are here

public function EntityIdCacheInterface::removeIds in Apigee Edge 8

Removes ids from the cache.

Parameters

string[] $ids: Array of ids to be removed.

1 method overrides EntityIdCacheInterface::removeIds()
EntityIdCache::removeIds in src/Entity/Controller/Cache/EntityIdCache.php
Removes ids from the cache.

File

src/Entity/Controller/Cache/EntityIdCacheInterface.php, line 66

Class

EntityIdCacheInterface
Stores entity ids that getEntityIds() methods returns in controllers.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public function removeIds(array $ids) : void;