You are here

protected property CoordinatedWriteCounterTrait::$writeKey in Supercache 8

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

Key used to store the coordinated write counters.

Type: string

File

src/Cache/CoordinatedWriteCounterTrait.php, line 30

Class

CoordinatedWriteCounterTrait
Used by components to coordinate invalidations between a volatile and a persistent storage.

Namespace

Drupal\supercache\Cache

Code

protected $writeKey = "@@coordinated_write_counter_write_count";