Array to store cache objects.
File
- core/lib/Drupal/Core/Cache/MemoryBackend.php, line 20
Class
- MemoryBackend
- Defines a memory 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.