Ordered list of CacheBackendInterface instances.
Type: array
File
- core/lib/Drupal/Core/Cache/BackendChain.php, line 29
Class
- BackendChain
- Defines a chained cache implementation for combining multiple cache backends.
Namespace
Drupal\Core\Cache
Code
protected $backends = array();
Please login to continue.