You are here

protected property CoordinatedWriteCounterTrait::$last_invalidation in Supercache 2.0.x

Same name and namespace in other branches
  1. 8 src/Cache/CoordinatedWriteCounterTrait.php \Drupal\supercache\Cache\CoordinatedWriteCounterTrait::last_invalidation

Last timestamp that a local invalidation took place.

Type: float

File

src/Cache/CoordinatedWriteCounterTrait.php, line 55

Class

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

Namespace

Drupal\supercache\Cache

Code

protected $last_invalidation = NULL;