You are here

protected property VariationCache::$cacheBackend in VariationCache 8

The cache backend to wrap.

Type: \Drupal\Core\Cache\CacheBackendInterface

File

src/Cache/VariationCache.php, line 31

Class

VariationCache
Wraps a regular cache backend to make it support cache contexts.

Namespace

Drupal\variationcache\Cache

Code

protected $cacheBackend;