Storage for the data itself.
Type: array
File
- core/lib/Drupal/Core/Cache/CacheCollector.php, line 73
Class
- CacheCollector
- Default implementation for CacheCollectorInterface.
Namespace
Drupal\Core\Cache
Code
protected $storage = array();
Storage for the data itself.
Type: array
Drupal\Core\Cache
protected $storage = array();
Please login to continue.