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

Method get

output/java_guava/1.4.13/ForwardingCache.java:61–64  ·  view source on GitHub ↗

@since 11.0

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected