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
1 | protected $storage = array (); |
Please login to continue.