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

Method refresh

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

Source from the content-addressed store, hash-verified

4911 }
4912
4913 @Override
4914 public void refresh(K key) {
4915 localCache.refresh(key);
4916 }
4917
4918 @Override
4919 public final V apply(K key) {

Callers

nothing calls this directly

Calls 1

refreshMethod · 0.65

Tested by

no test coverage detected