function CacheCollectorHelper::getCacheMisses
Returns the number of cache misses.
Return value
int Number of calls to the resolve cache miss method.
File
-
core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorHelper.php, line 65
Class
- CacheCollectorHelper
- Helper class to test the cache collector.
Namespace
Drupal\Tests\Core\CacheCode
public function getCacheMisses() {
return $this->cacheMisses;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.