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

Method invalidateAll

output/java_guava/1.4.16/ForwardingCache.java:103–106  ·  view source on GitHub ↗

@since 11.0

(Iterable<?> keys)

Source from the content-addressed store, hash-verified

101 */
102
103 @Override
104 public void invalidateAll(Iterable<?> keys) {
105 delegate().invalidateAll(keys);
106 }
107
108 @Override
109 public void invalidateAll() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
invalidateAllMethod · 0.65

Tested by

no test coverage detected