MCPcopy Create free account
hub / github.com/antlr/codebuff / get

Method get

output/java_guava/1.4.16/ForwardingCache.java:62–65  ·  view source on GitHub ↗

@since 11.0

(K key, Callable<? extends V> valueLoader)

Source from the content-addressed store, hash-verified

60 */
61
62 @Override
63 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException {
64 return delegate().get(key, valueLoader);
65 }
66
67 /**
68 * @since 11.0

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected