- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testRecursiveLoadWithProxy (0.16 seconds)
-
android/guava-tests/test/com/google/common/cache/LocalCacheTest.java
return cache.get(key, identityLoader()); // recursive load, this should fail } }; testLoadThrows(key, cache, loader); } public void testRecursiveLoadWithProxy() throws InterruptedException { String key = "key"; String otherKey = "otherKey"; LocalCache<String, String> cache = makeLocalCache(createCacheBuilder()); CacheLoader<String, String> loader =
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) -
guava-tests/test/com/google/common/cache/LocalCacheTest.java
return cache.get(key, identityLoader()); // recursive load, this should fail } }; testLoadThrows(key, cache, loader); } public void testRecursiveLoadWithProxy() throws InterruptedException { String key = "key"; String otherKey = "otherKey"; LocalCache<String, String> cache = makeLocalCache(createCacheBuilder()); CacheLoader<String, String> loader =
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)