Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ getOrLoad
Method
getOrLoad
guava/src/com/google/common/cache/LocalCache.java:4005–4007 ·
view source on GitHub ↗
(K key)
Source
from the content-addressed store, hash-verified
4003
}
4004
4005
V getOrLoad(K key) throws ExecutionException {
4006
return
get(key, defaultLoader);
4007
}
4008
4009
ImmutableMap<K, V> getAllPresent(Iterable<?> keys) {
4010
int
hits = 0;
Callers
1
get
Method · 0.45
Calls
1
get
Method · 0.95
Tested by
no test coverage detected