Home
last modified time | relevance | path

Searched defs:evictionCount (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
DCacheStats.java70 private final long evictionCount; field in CacheStats
85 long evictionCount) { in CacheStats()
234 public long evictionCount() { in evictionCount() method in CacheStats
DAbstractCache.java208 private final LongAddable evictionCount = LongAddables.create(); field in AbstractCache.SimpleStatsCounter
/external/guava/android/guava/src/com/google/common/cache/
DCacheStats.java70 private final long evictionCount; field in CacheStats
85 long evictionCount) { in CacheStats()
234 public long evictionCount() { in evictionCount() method in CacheStats
DAbstractCache.java208 private final LongAddable evictionCount = LongAddables.create(); field in AbstractCache.SimpleStatsCounter
/external/guava/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java179 final AtomicInteger evictionCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java179 final AtomicInteger evictionCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local