You are here

protected property BackendChain::$backends in Drupal 9

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

Ordered list of CacheBackendInterface instances.

Type: array

File

core/lib/Drupal/Core/Cache/BackendChain.php, line 30

Class

BackendChain
Defines a chained cache implementation for combining multiple cache backends.

Namespace

Drupal\Core\Cache

Code

protected $backends = [];