You are here

protected function EntityIdCache::doSaveIds in Apigee Edge 8

Allows to perform additional tasks after entity ids got saved to cache.

Parameters

array $ids: Array of entity ids.

File

src/Entity/Controller/Cache/EntityIdCache.php, line 67

Class

EntityIdCache
Base definition of the entity id cache service used by controllers.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

protected function doSaveIds(array $ids) {
}