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;
doc_Drupal
2016-10-29 08:49:20
Comments
Leave a Comment

Please login to continue.