function CacheDataCollector::getName

Overrides DrupalDataCollectorInterface::getName

File

webprofiler/src/DataCollector/CacheDataCollector.php, line 145

Class

CacheDataCollector
Collects the used cache bins and cache CIDs.

Namespace

Drupal\webprofiler\DataCollector

Code

public function getName() {
    return 'cache';
}