- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testSegmentPut_evict (0.08 seconds)
-
guava-tests/test/com/google/common/cache/LocalCacheTest.java
int hash = map.hash(key); assertThat(segment.put(key, hash, value, false)).isNull(); assertThat(segment.table.length()).isGreaterThan(i); } } public void testSegmentPut_evict() { int maxSize = 10; LocalCache<Object, Object> map = makeLocalCache(createCacheBuilder().concurrencyLevel(1).maximumSize(maxSize)); // manually add elements to avoid eviction
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
int hash = map.hash(key); assertThat(segment.put(key, hash, value, false)).isNull(); assertThat(segment.table.length()).isGreaterThan(i); } } public void testSegmentPut_evict() { int maxSize = 10; LocalCache<Object, Object> map = makeLocalCache(createCacheBuilder().concurrencyLevel(1).maximumSize(maxSize)); // manually add elements to avoid eviction
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)