You are here

public function EntityCacheInterface::saveEntities in Apigee Edge 8

Saves entities to the cache.

Parameters

\Apigee\Edge\Entity\EntityInterface[] $entities: Array of entities.

2 methods override EntityCacheInterface::saveEntities()
AppCacheByOwner::saveEntities in src/Entity/Controller/Cache/AppCacheByOwner.php
Saves entities to the cache.
EntityCache::saveEntities in src/Entity/Controller/Cache/EntityCache.php
Saves entities to the cache.

File

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

Class

EntityCacheInterface
Base definition of the entity cache used by controllers.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public function saveEntities(array $entities) : void;