You are here

public property VarnishPurgerSettings::$cooldown_time in Varnish purger 8.2

Same name and namespace in other branches
  1. 8 src/Entity/VarnishPurgerSettings.php \Drupal\varnish_purger\Entity\VarnishPurgerSettings::cooldown_time

Number of seconds to wait after one or more invalidations took place (so that other purgers get fresh content).'.

Type: float

File

src/Entity/VarnishPurgerSettings.php, line 143

Class

VarnishPurgerSettings
Defines the HTTP purger settings entity.

Namespace

Drupal\varnish_purger\Entity

Code

public $cooldown_time = 0.0;