Searched refs:AbstractCache (Results 1 – 6 of 6) sorted by relevance
/external/guava/guava-tests/test/com/google/common/cache/ |
D | AbstractCacheTest.java | 19 import com.google.common.cache.AbstractCache.SimpleStatsCounter; 20 import com.google.common.cache.AbstractCache.StatsCounter; 39 Cache<Object, Object> cache = new AbstractCache<Object, Object>() { in testGetAllPresent() 61 Cache<Integer, Integer> cache = new AbstractCache<Integer, Integer>() { in testInvalidateAll()
|
/external/guava/guava/src/com/google/common/cache/ |
D | AbstractCache.java | 46 public abstract class AbstractCache<K, V> implements Cache<K, V> { class 49 protected AbstractCache() {} in AbstractCache() method in AbstractCache
|
D | AbstractLoadingCache.java | 44 extends AbstractCache<K, V> implements LoadingCache<K, V> {
|
D | CacheBuilder.java | 34 import com.google.common.cache.AbstractCache.SimpleStatsCounter; 35 import com.google.common.cache.AbstractCache.StatsCounter;
|
D | LocalCache.java | 31 import com.google.common.cache.AbstractCache.SimpleStatsCounter; 32 import com.google.common.cache.AbstractCache.StatsCounter;
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
D | CacheBuilder.java | 116 extends AbstractCache<K, V> implements Function<K, V> {
|