MCPcopy Create free account
hub / github.com/apache/tomcat / getLookupCount

Method getLookupCount

java/org/apache/catalina/webresources/Cache.java:367–369  ·  view source on GitHub ↗

Returns the total number of cache lookups. @return the lookup count

()

Source from the content-addressed store, hash-verified

365 * @return the lookup count
366 */
367 public long getLookupCount() {
368 return lookupCount.sum();
369 }
370
371 /**
372 * Returns the total number of cache hits.

Callers

nothing calls this directly

Calls 1

sumMethod · 0.80

Tested by

no test coverage detected