You are here

protected property CacheCollector::$cacheLoaded in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Cache/CacheCollector.php \Drupal\Core\Cache\CacheCollector::cacheLoaded
  2. 9 core/lib/Drupal/Core/Cache/CacheCollector.php \Drupal\Core\Cache\CacheCollector::cacheLoaded

Indicates if the collected cache was already loaded.

The collected cache is lazy loaded when an entry is set, get or deleted.

Type: bool

File

core/lib/Drupal/Core/Cache/CacheCollector.php, line 100

Class

CacheCollector
Default implementation for CacheCollectorInterface.

Namespace

Drupal\Core\Cache

Code

protected $cacheLoaded = FALSE;