public function CapacityTrackerInterface::spentInvalidations in Purge 8.3
Get the counter for the number of invalidations touched this request.
Return value
\Drupal\purge\Counter\CounterInterface The counter object.
1 method overrides CapacityTrackerInterface::spentInvalidations()
- CapacityTracker::spentInvalidations in src/
Plugin/ Purge/ Purger/ CapacityTracker.php - Get the counter for the number of invalidations touched this request.
File
- src/
Plugin/ Purge/ Purger/ CapacityTrackerInterface.php, line 201
Class
- CapacityTrackerInterface
- Describes the capacity tracker.
Namespace
Drupal\purge\Plugin\Purge\PurgerCode
public function spentInvalidations();