- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for SupplierToCacheLoader (0.14 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava/src/com/google/common/cache/CacheLoader.java
return loader.loadAll(keys); } }; } private static final class SupplierToCacheLoader<V> extends CacheLoader<Object, V> implements Serializable { private final Supplier<V> computingSupplier; SupplierToCacheLoader(Supplier<V> computingSupplier) { this.computingSupplier = checkNotNull(computingSupplier); } @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jan 28 22:39:02 GMT 2026 - 9.5K bytes - Click Count (0)