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

Method refresh

output/java_guava/1.4.13/LocalCache.java:4781–4784  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

4779 }
4780
4781 @Override
4782 public void refresh(K key) {
4783 autoDelegate.refresh(key);
4784 }
4785
4786 private Object readResolve() {
4787 return autoDelegate;

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.65

Tested by

no test coverage detected