CacheCollector::$cacheLoaded
Same name in other branches
- 9 core/lib/Drupal/Core/Cache/CacheCollector.php \Drupal\Core\Cache\CacheCollector::cacheLoaded
- 8.9.x core/lib/Drupal/Core/Cache/CacheCollector.php \Drupal\Core\Cache\CacheCollector::cacheLoaded
- 10 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 99
Class
- CacheCollector
- Default implementation for CacheCollectorInterface.
Namespace
Drupal\Core\CacheCode
protected $cacheLoaded = FALSE;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.