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

Method invalidate

output/java_guava/1.4.16/ForwardingCache.java:94–97  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

92 }
93
94 @Override
95 public void invalidate(Object key) {
96 delegate().invalidate(key);
97 }
98
99 /**
100 * @since 11.0

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
invalidateMethod · 0.65

Tested by

no test coverage detected