Searched defs:hitRate (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DCacheStats.java105 * Note that {@code hitRate + missRate =~ 1.0}.
107 public double hitRate() { method in class:CacheStats
125 * Note that {@code hitRate + missRate =~ 1.0}. Cache misses include all requests which

Completed in 38 milliseconds