Array to store cache objects.
File
- core/lib/Drupal/Core/Cache/PhpBackend.php, line 31
Class
- PhpBackend
- Defines a PHP cache implementation.
Namespace
Drupal\Core\Cache
Code
protected $cache = array();
Array to store cache objects.
Drupal\Core\Cache
protected $cache = array();
Please login to continue.