You are here

protected property CacheCacheTagsChecksum::$backend in Supercache 8

Same name and namespace in other branches
  1. 2.0.x src/Cache/CacheCacheTagsChecksum.php \Drupal\supercache\Cache\CacheCacheTagsChecksum::backend

Backend storage

Type: CacheRawBackendInterface

File

src/Cache/CacheCacheTagsChecksum.php, line 27
Contains \Drupal\supercache\Cache\CacheCacheTagsChecksum.

Class

CacheCacheTagsChecksum
Cache tags invalidations checksum implementation that uses a CacheRawBackendInterface as the storage.

Namespace

Drupal\supercache\Cache

Code

protected $backend = NULL;