- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for accessQueueSize (0.04 sec)
-
android/guava-tests/test/com/google/common/cache/CacheEvictionTest.java
.build(loader); for (int i = 0; i < 2 * MAX_SIZE; i++) { cache.getUnchecked(i); assertThat(cache.size()).isAtMost(MAX_SIZE); } assertThat(CacheTesting.accessQueueSize(cache)).isEqualTo(MAX_SIZE); assertThat(cache.size()).isEqualTo(MAX_SIZE); CacheTesting.processPendingNotifications(cache); assertThat(removalListener.getCount()).isEqualTo(MAX_SIZE);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:19:59 UTC 2025 - 15.1K bytes - Viewed (0)