protected property MemoryBackend::$cache

Array to store cache objects.

File

drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php, line 24
Definition of Drupal\Core\Cache\ArrayBackend.

Class

MemoryBackend
Defines a memory cache implementation.

Namespace

Drupal\Core\Cache

Code

protected $cache = array();