You are here

public function AkamaiPurger::hasRuntimeMeasurement in Akamai 8.3

Use a static value for purge queuer performance.

@todo investigate whether we can track performance asynchronously.

Overrides PurgerCapacityDataInterface::hasRuntimeMeasurement

See also

parent::hasRunTimeMeasurement()

File

src/Plugin/Purge/Purger/AkamaiPurger.php, line 152

Class

AkamaiPurger
Akamai Purger.

Namespace

Drupal\akamai\Plugin\Purge\Purger

Code

public function hasRuntimeMeasurement() {
  return FALSE;
}