Searched refs:evictionCount (Results 1 – 5 of 5) sorted by relevance
75 private int evictionCount; field in LruCache228 evictionCount++; in trimToSize()373 public synchronized final int evictionCount() { in evictionCount() method in LruCache374 return evictionCount; in evictionCount()
38 private int evictionCount; field in LruCache180 evictionCount++; in trimToSize()325 public synchronized final int evictionCount() { in evictionCount() method in LruCache326 return evictionCount; in evictionCount()
71 private int evictionCount; field in LruCache217 evictionCount++; in trimToSize()362 public synchronized final int evictionCount() { in evictionCount() method in LruCache363 return evictionCount; in evictionCount()
491 assertEquals("eviction count", expectedEvictionCount, cache.evictionCount());
31449 method public final synchronized int evictionCount();