Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testInvalidate (0.05 sec)

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

          assertEquals(
              ImmutableSet.of(immutableEntry(key1, value1), immutableEntry(key2, value2)),
              cache.asMap().entrySet());
        }
      }
    
      public void testInvalidate() {
        for (LoadingCache<Key, String> cache : caches()) {
          Key key1 = new Key(1);
          String value1 = key1.toString();
          Key key2 = new Key(2);
          String value2 = key2.toString();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 20:58:01 UTC 2025
    - 5.1K bytes
    - Viewed (0)
Back to top