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

Method load

output/java_guava/1.4.13/CacheLoader.java:71–71  ·  view source on GitHub ↗

Computes or retrieves the value corresponding to key. @param key the non-null key whose value should be loaded @return the value associated with key; must not be null @throws Exception if unable to load the result @throws InterruptedException if this method is interrupted. {@

(K key)

Source from the content-addressed store, hash-verified

69
70
71 public abstract V load(K key) throws Exception;
72
73 /**
74 * Computes or retrieves a replacement value corresponding to an already-cached {@code key}. This

Callers 1

reloadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected