Searched defs:evictionCount (Results 1 – 6 of 6) sorted by relevance
70 private final long evictionCount; field in CacheStats85 long evictionCount) { in CacheStats()234 public long evictionCount() { in evictionCount() method in CacheStats
208 private final LongAddable evictionCount = LongAddables.create(); field in AbstractCache.SimpleStatsCounter
179 final AtomicInteger evictionCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local