You are here

protected property MemoryBackendFactory::$bins in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Cache/MemoryBackendFactory.php \Drupal\Core\Cache\MemoryBackendFactory::bins

Instantiated memory cache bins.

Type: \Drupal\Core\Cache\MemoryBackend[]

File

core/lib/Drupal/Core/Cache/MemoryBackendFactory.php, line 12

Class

MemoryBackendFactory

Namespace

Drupal\Core\Cache

Code

protected $bins = [];