You are here

public function EntityCacheInterface::allEntitiesInCache in Apigee Edge 8

Changes whether all entities in the cache or not.

Parameters

bool $all_entities_in_cache: State to be set.

2 methods override EntityCacheInterface::allEntitiesInCache()
AppCacheByOwner::allEntitiesInCache in src/Entity/Controller/Cache/AppCacheByOwner.php
Changes whether all entities in the cache or not.
EntityCache::allEntitiesInCache in src/Entity/Controller/Cache/EntityCache.php
Changes whether all entities in the cache or not.

File

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

Class

EntityCacheInterface
Base definition of the entity cache used by controllers.

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public function allEntitiesInCache(bool $all_entities_in_cache) : void;