You are here

protected property CoordinatedWriteCounterTrait::$lastWrite in Supercache 8

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

The time at which the last write to this cache bin happened.

Type: float

File

src/Cache/CoordinatedWriteCounterTrait.php, line 85

Class

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

Namespace

Drupal\supercache\Cache

Code

protected $lastWrite = NULL;