Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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 Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top