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

Method invalidateAll

output/java_guava/1.4.19/LocalCache.java:4291–4296  ·  view source on GitHub ↗
(Iterable<?> keys)

Source from the content-addressed store, hash-verified

4289 }
4290
4291 void invalidateAll(Iterable<?> keys) {
4292 // TODO(fry): batch by segment
4293 for (Object key : keys) {
4294 remove(key);
4295 }
4296 }
4297
4298 Set<K> keySet;
4299

Callers

nothing calls this directly

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected