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
1 | protected $cache = array (); |
Array to store cache objects.
Drupal\Core\Cache
1 | protected $cache = array (); |
Designed by : w10schools
service@w10schools.com
Please login to continue.