Home
last modified time | relevance | path

Searched refs:nullCache (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java369 LoadingCache<Object, Object> nullCache = new CacheBuilder<Object, Object>() in testNullCache() local
373 assertEquals(0, nullCache.size()); in testNullCache()
375 assertSame(key, nullCache.getUnchecked(key)); in testNullCache()
377 assertEquals(0, nullCache.size()); in testNullCache()
378 CacheTesting.checkEmpty(nullCache.asMap()); in testNullCache()