You are here

protected property ViewsData::$cacheBackend in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/ViewsData.php \Drupal\views\ViewsData::cacheBackend

The cache backend to use.

Type: \Drupal\Core\Cache\CacheBackendInterface

File

core/modules/views/src/ViewsData.php, line 39
Contains \Drupal\views\ViewsData.

Class

ViewsData
Class to manage and lazy load cached views data.

Namespace

Drupal\views

Code

protected $cacheBackend;