public function PurgersServiceInterface::capacityTracker in Purge 8.3
Get the capacity tracker.
\Drupal\purge\Plugin\Purge\Purger\PurgersServiceInterface implementations always hold a single capacity tracker instance. The capacity tracker tracks runtime resource consumption and predicts capacity information.
Return value
\Drupal\purge\Plugin\Purge\Purger\CapacityTrackerInterface The capacity tracker.
1 method overrides PurgersServiceInterface::capacityTracker()
- PurgersService::capacityTracker in src/
Plugin/ Purge/ Purger/ PurgersService.php - Get the capacity tracker.
File
- src/
Plugin/ Purge/ Purger/ PurgersServiceInterface.php, line 24
Class
- PurgersServiceInterface
- Describes a service that distributes access to one or more purgers.
Namespace
Drupal\purge\Plugin\Purge\PurgerCode
public function capacityTracker();