- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testEviction_maxWeight_entryTooBig (0.14 sec)
-
guava-tests/test/com/google/common/cache/CacheEvictionTest.java
} /** * Tests that when a single entry exceeds the segment's max weight, the new entry is immediately * evicted and nothing else. */ public void testEviction_maxWeight_entryTooBig() { CountingRemovalListener<Integer, Integer> removalListener = countingRemovalListener(); IdentityLoader<Integer> loader = identityLoader(); LoadingCache<Integer, Integer> cache =
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 15K bytes - Viewed (0)