- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for checkName (0.31 seconds)
-
guava/src/com/google/common/cache/LocalCache.java
* refresh. */ @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; }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 148.9K bytes - Click Count (0) -
android/guava/src/com/google/common/cache/LocalCache.java
* refresh. */ @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; }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 143.5K bytes - Click Count (0)