You are here

protected property ChainedStorageTrait::$EMPTY_VALUE in Supercache 2.0.x

Same name and namespace in other branches
  1. 8 src/KeyValueStore/ChainedStorageTrait.php \Drupal\supercache\KeyValueStore\ChainedStorageTrait::EMPTY_VALUE

Special value stored in the cache layer to identify missing items in the persistent cache.

Type: string

File

src/KeyValueStore/ChainedStorageTrait.php, line 34

Class

ChainedStorageTrait

Namespace

Drupal\supercache\KeyValueStore

Code

protected $EMPTY_VALUE = '@@empty';