You are here

public function PurgerBase::getRuntimeMeasurement in Purge 8.3

Get the runtime measurement counter.

Return value

null|\Drupal\purge\Plugin\Purge\Purger\RuntimeMeasurementInterface The runtime measurement counter if set, or NULL otherwise.

Overrides PurgerCapacityDataInterface::getRuntimeMeasurement

File

src/Plugin/Purge/Purger/PurgerBase.php, line 113

Class

PurgerBase
Provides a base class for all purgers - the cache invalidation executors.

Namespace

Drupal\purge\Plugin\Purge\Purger

Code

public function getRuntimeMeasurement() {
  return $this->runtimeMeasurement;
}