reset method
void
reset()
Resets all statistics counters to zero.
Implementation
void reset() {
hits = 0;
misses = 0;
stores = 0;
invalidations = 0;
}
Resets all statistics counters to zero.
void reset() {
hits = 0;
misses = 0;
stores = 0;
invalidations = 0;
}