- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for insertLoadingValueReference (0.13 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava/src/com/google/common/cache/LocalCache.java
*/ @CanIgnoreReturnValue @Nullable V refresh(K key, int hash, CacheLoader<? super K, V> loader, boolean checkTime) { LoadingValueReference<K, V> loadingValueReference = insertLoadingValueReference(key, hash, checkTime); if (loadingValueReference == null) { return null; } ListenableFuture<V> result = loadAsync(key, hash, loadingValueReference, loader);Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Sep 11 19:35:11 GMT 2025 - 148.9K bytes - Click Count (0)