You are here

protected property CacheBackendFactory::$bins in Redis 8

List of cache bins.

Renderer and possibly other places fetch backends directly from the factory. Avoid that the backend objects have to fetch meta information like the last delete all timestamp multiple times.

Type: array

File

src/Cache/CacheBackendFactory.php, line 43

Class

CacheBackendFactory
A cache backend factory responsible for the construction of redis cache bins.

Namespace

Drupal\redis\Cache

Code

protected $bins = [];