protected property BackendChain::$backends in Zircon Profile 8.0
Same name and namespace in other branches
- 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 35 - Contains \Drupal\Core\Cache\BackendChain.
Class
- BackendChain
- Defines a chained cache implementation for combining multiple cache backends.
Namespace
Drupal\Core\CacheCode
protected $backends = array();