protected property CoordinatedWriteCounterTrait::$writeKey in Supercache 2.0.x
Same name and namespace in other branches
- 8 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\CacheCode
protected $writeKey = "@@coordinated_write_counter_write_count";