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\DataCollectorCode
public function getName() {
return 'cache';
}