Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEviction_overflow (1.38 sec)

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

        assertThat(removalListener.getCount()).isEqualTo(4);
    
        // Should we pepper more of these calls throughout the above? Where?
        CacheTesting.checkValidState(cache);
      }
    
      public void testEviction_overflow() {
        CountingRemovalListener<Object, Object> removalListener = countingRemovalListener();
        IdentityLoader<Object> loader = identityLoader();
        LoadingCache<Object, Object> cache =
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 18:46:00 UTC 2025
    - 15K bytes
    - Viewed (0)
Back to top