Searched defs:evictionCount (Results 1 – 8 of 8) 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
85 private int evictionCount; field in LruCache382 public synchronized final int evictionCount() { in evictionCount() method in LruCache
20 var evictionCount: Int = 0 variable in shark.internal.LruCache
179 final AtomicInteger evictionCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local