protected property 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\Cache

Code

protected $cacheLoaded = FALSE;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Cache!CacheCollector.php/property/CacheCollector::cacheLoaded/8.1.x