Method
getOrLoad
guava/src/com/google/common/cache/LocalCache.java:4005–4007
· guava/src/com/google/common/cache/LocalCache.java::LocalCache.getOrLoad
(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; |
Tested by
no test coverage detected