resetCacheStats method

void resetCacheStats()

Implementation

void resetCacheStats() {
  _cacheHits = 0;
  _cacheMisses = 0;
}