MCPcopy Create free account
hub / github.com/banq/jdonframework / clearCounters

Method clearCounters

src/main/java/com/jdon/cache/UtilCache.java:302–305  ·  view source on GitHub ↗

Clears the hit and miss counters

()

Source from the content-addressed store, hash-verified

300 * Clears the hit and miss counters
301 */
302 public void clearCounters() {
303 hitCount = 0;
304 missCount = 0;
305 }
306
307 /**
308 * Sets the maximum number of elements in the cache. If 0, there is no

Callers 1

clearMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected