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

Method invalidateAll

corpus/java/training/guava/cache/LocalCache.java:4326–4331  ·  view source on GitHub ↗
(Iterable<?> keys)

Source from the content-addressed store, hash-verified

4324 }
4325
4326 void invalidateAll(Iterable<?> keys) {
4327 // TODO(fry): batch by segment
4328 for (Object key : keys) {
4329 remove(key);
4330 }
4331 }
4332
4333 Set<K> keySet;
4334

Callers

nothing calls this directly

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected