Searched defs:evictionCount (Results 1 – 3 of 3) sorted by relevance
70 private final long evictionCount; field in CacheStats79 long loadExceptionCount, long totalLoadTime, long evictionCount) { in CacheStats()211 public long evictionCount() { in evictionCount() method in CacheStats
214 private final LongAddable evictionCount = LongAddables.create(); field in AbstractCache.SimpleStatsCounter
173 final AtomicInteger evictionCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local