function CacheDataCollector::getCacheMisses
Callback to return miss cache CIDs keyed by bin.
Return value
array
File
-
webprofiler/
src/ DataCollector/ CacheDataCollector.php, line 138
Class
- CacheDataCollector
- Collects the used cache bins and cache CIDs.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getCacheMisses() {
return $this->cacheCids(CacheDataCollector::WEBPROFILER_CACHE_MISS);
}