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

Method load

output/java_guava/1.4.13/LocalCache.java:4814–4817  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

4812 checkNotNull(valueLoader);
4813 return localCache.get(key, new CacheLoader<Object, V>() {
4814 @Override
4815 public V load(Object key) throws Exception {
4816 return valueLoader.call();
4817 }
4818 });
4819 }
4820

Callers 1

loadFutureMethod · 0.45

Calls 1

callMethod · 0.65

Tested by

no test coverage detected