protected property BackendChain::$backends

Ordered list of CacheBackendInterface instances.

Type: array

File

drupal/core/lib/Drupal/Core/Cache/BackendChain.php, line 31
Definition of Drupal\Core\Cache\BackendChain.

Class

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

Namespace

Drupal\Core\Cache

Code

protected $backends = array();