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

Method invalidate

output/java_guava/1.4.13/ForwardingCache.java:93–96  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
invalidateMethod · 0.65

Tested by

no test coverage detected