You are here

public function EntityIdCacheInterface::allIdsInCache in Apigee Edge 8

Changes whether all ids in the cache or not.

Parameters

bool $all_ids_in_cache: State to be set.

1 method overrides EntityIdCacheInterface::allIdsInCache()
EntityIdCache::allIdsInCache in src/Entity/Controller/Cache/EntityIdCache.php
Changes whether all ids in the cache or not.

File

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

Class

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

Namespace

Drupal\apigee_edge\Entity\Controller\Cache

Code

public function allIdsInCache(bool $all_ids_in_cache) : void;