- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testSetSoftValues (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-tests/test/com/google/common/cache/LocalCacheTest.java
checkStrength(map, Strength.STRONG, Strength.WEAK); assertThat(map.entryFactory).isEqualTo(EntryFactory.STRONG); } public void testSetSoftValues() { LocalCache<Object, Object> map = makeLocalCache(createCacheBuilder().softValues()); checkStrength(map, Strength.STRONG, Strength.SOFT); assertThat(map.entryFactory).isEqualTo(EntryFactory.STRONG); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 00:25:21 GMT 2025 - 117.5K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
checkStrength(map, Strength.STRONG, Strength.WEAK); assertThat(map.entryFactory).isEqualTo(EntryFactory.STRONG); } public void testSetSoftValues() { LocalCache<Object, Object> map = makeLocalCache(createCacheBuilder().softValues()); checkStrength(map, Strength.STRONG, Strength.SOFT); assertThat(map.entryFactory).isEqualTo(EntryFactory.STRONG); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 00:25:21 GMT 2025 - 115.9K bytes - Click Count (0)