- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for LoadingCacheApply (0.05 sec)
-
android/guava-tests/test/com/google/common/cache/CacheBuilderGwtTest.java
assertThat(cache.getIfPresent(4)).isEqualTo(40); assertThat(cache.getIfPresent(5)).isEqualTo(50); assertThat(cache.getIfPresent(2)).isNull(); } @SuppressWarnings({"deprecation", "LoadingCacheApply"}) @Test public void loadingCache() throws ExecutionException { CacheLoader<Integer, Integer> loader = new CacheLoader<Integer, Integer>() { int i = 0; @Override
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 30 22:03:28 UTC 2025 - 14.8K bytes - Viewed (0)