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

Method invalidateAll

output/java_guava/1.4.13/ForwardingCache.java:102–105  ·  view source on GitHub ↗

@since 11.0

(Iterable<?> keys)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
invalidateAllMethod · 0.65

Tested by

no test coverage detected