Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getLastEvictedKey (0.27 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

        // present
        table.set(0, entryOne);
        segment.count = 1;
        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();
    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)
  2. guava-tests/test/com/google/common/cache/LocalCacheTest.java

        // present
        table.set(0, entryOne);
        segment.count = 1;
        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();
    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)
Back to Top