- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getLastEvictedValue (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
assertThat(segment.reclaimKey(entryOne, hashOne)).isTrue(); assertThat(listener.getCount()).isEqualTo(1); assertThat(listener.getLastEvictedKey()).isSameInstanceAs(keyOne); assertThat(listener.getLastEvictedValue()).isSameInstanceAs(valueOne); assertThat(map.removalNotificationQueue.isEmpty()).isTrue(); assertThat(segment.accessQueue.contains(entryOne)).isFalse();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 114.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/cache/LocalCacheTest.java
assertThat(segment.reclaimKey(entryOne, hashOne)).isTrue(); assertThat(listener.getCount()).isEqualTo(1); assertThat(listener.getLastEvictedKey()).isSameInstanceAs(keyOne); assertThat(listener.getLastEvictedValue()).isSameInstanceAs(valueOne); assertThat(map.removalNotificationQueue.isEmpty()).isTrue(); assertThat(segment.accessQueue.contains(entryOne)).isFalse();
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 116.4K bytes - Click Count (0)