You are here

protected property CacheCollector::$storage in Zircon Profile 8.0

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

Storage for the data itself.

Type: array

File

core/lib/Drupal/Core/Cache/CacheCollector.php, line 78
Contains \Drupal\Core\Cache\CacheCollector.

Class

CacheCollector
Default implementation for CacheCollectorInterface.

Namespace

Drupal\Core\Cache

Code

protected $storage = array();