- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for lockedGetOrLoad (0.09 sec)
-
guava/src/com/google/common/cache/LocalCache.java
return waitForLoadingValue(e, key, valueReference); } } } // at this point e is either null or expired; return lockedGetOrLoad(key, hash, loader); } catch (ExecutionException ee) { Throwable cause = ee.getCause(); if (cause instanceof Error) { throw new ExecutionError((Error) cause);
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Sep 11 19:35:11 UTC 2025 - 148.9K bytes - Viewed (0)