You are here

protected property ChainedFastRawBackend::$consistentBackend in Supercache 2.0.x

Same name and namespace in other branches
  1. 8 src/Cache/ChainedFastRawBackend.php \Drupal\supercache\Cache\ChainedFastRawBackend::consistentBackend

The consistent cache backend.

Type: CacheRawBackendInterface

File

src/Cache/ChainedFastRawBackend.php, line 85
Contains \Drupal\supercache\Cache\ChainedFastRawBackend.

Class

ChainedFastRawBackend
Defines a backend with a fast and a consistent backend chain.

Namespace

Drupal\supercache\Cache

Code

protected $consistentBackend;