- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGetAllPresent_empty (0.07 sec)
-
guava-tests/test/com/google/common/cache/AbstractCacheTest.java
Object newValue = new Object(); valueRef.set(newValue); assertThat(cache.getIfPresent(new Object())).isSameInstanceAs(newValue); } public void testGetAllPresent_empty() { Cache<Object, Object> cache = new AbstractCache<Object, Object>() { @Override public @Nullable Object getIfPresent(Object key) { return null; }Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 30 22:03:28 UTC 2025 - 6.4K bytes - Viewed (0)