Searched defs:hitCount (Results 1 – 9 of 9) sorted by relevance
57 private final long hitCount; field in CacheStats70 public CacheStats(long hitCount, long missCount, long loadSuccessCount, in CacheStats()98 public long hitCount() { in hitCount() method in CacheStats
205 private final AtomicLong hitCount = new AtomicLong(); field in AbstractCache.SimpleStatsCounter
29 int32_t hitCount; variable
81 private int hitCount; field in HttpResponseCache
524 hitCount: 0, property in Flog.RayTracer.IntersectionInfo
519 hitCount: 0, property in Flog.RayTracer.IntersectionInfo
550 hitCount: 0, property in Flog.RayTracer.IntersectionInfo
479 int hitCount = 0; in testBoxAgainstList() local