The cache backend to use.
Type: \Drupal\Core\Cache\CacheBackendInterface
File
- core/modules/views/src/ViewsData.php, line 34
Class
- ViewsData
- Class to manage and lazy load cached views data.
Namespace
Drupal\views
Code
protected $cacheBackend;
The cache backend to use.
Type: \Drupal\Core\Cache\CacheBackendInterface
Drupal\views
protected $cacheBackend;
Please login to continue.