- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testRemovalListener_expireAfterWrite (0.16 sec)
-
android/guava-tests/test/com/google/common/cache/CacheExpirationTest.java
// ensure that no new notifications are sent assertWithMessage("Eviction notifications must be received") .that(removalListener.getCount()) .isEqualTo(21); } public void testRemovalListener_expireAfterWrite() { FakeTicker ticker = new FakeTicker(); AtomicInteger evictionCount = new AtomicInteger(); AtomicInteger applyCount = new AtomicInteger(); AtomicInteger totalSum = new AtomicInteger();Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 30 22:03:28 UTC 2025 - 19.2K bytes - Viewed (0)