You are here

public function StatsTrackerInterface::totalProcessing in Purge 8.3

Total number of multi-step cache invalidations.

Return value

\Drupal\purge\Plugin\Purge\Queue\TotalProcessingStatistic The \Drupal\purge\CounterExplainedCounterInterface compliant statistic.

1 method overrides StatsTrackerInterface::totalProcessing()
StatsTracker::totalProcessing in src/Plugin/Purge/Queue/StatsTracker.php
Total number of multi-step cache invalidations.

File

src/Plugin/Purge/Queue/StatsTrackerInterface.php, line 72

Class

StatsTrackerInterface
Describes the queue statistics tracker.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

public function totalProcessing();