You are here

public function EntityIdCacheInterface::saveIds in Apigee Edge 8

Adds entity ids to the cache.

Parameters

string[] $ids: Array of entity ids to add.

1 method overrides EntityIdCacheInterface::saveIds()
EntityIdCache::saveIds in src/Entity/Controller/Cache/EntityIdCache.php
Adds entity ids to the cache.

File

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

Class

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

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public function saveIds(array $ids) : void;