- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for recordLoadSuccess (0.27 seconds)
-
guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/LocalCache.java
} if (calculatedValue == null) { String message = loader + " returned null for key " + key + "."; throw new CacheLoader.InvalidCacheLoadException(message); } statsCounter.recordLoadSuccess(ticker.read() - startTime); return calculatedValue; } private @Nullable V getIfPresent(Object key) { checkNotNull(key); Timestamped<V> value; synchronized (lock) {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 12:40:22 GMT 2026 - 21.6K bytes - Click Count (0)