You are here

public function EntityCacheInterface::removeEntities in Apigee Edge 8

Removes entities from the cache by their ids.

Parameters

string[] $ids: Array of entity ids.

2 methods override EntityCacheInterface::removeEntities()
AppCacheByOwner::removeEntities in src/Entity/Controller/Cache/AppCacheByOwner.php
Removes entities from the cache by their ids.
EntityCache::removeEntities in src/Entity/Controller/Cache/EntityCache.php
Removes entities from the cache by their ids.

File

src/Entity/Controller/Cache/EntityCacheInterface.php, line 46

Class

EntityCacheInterface
Base definition of the entity cache used by controllers.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public function removeEntities(array $ids) : void;