Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ invalidateAll
Method
invalidateAll
output/java_guava/1.4.13/LocalCache.java:4842–4845 ·
view source on GitHub ↗
(Iterable<?> keys)
Source
from the content-addressed store, hash-verified
4840
}
4841
4842
@Override
4843
public
void
invalidateAll(Iterable<?> keys) {
4844
localCache.invalidateAll(keys);
4845
}
4846
4847
@Override
4848
public
void
invalidateAll() {
Callers
nothing calls this directly
Calls
2
invalidateAll
Method · 0.65
clear
Method · 0.65
Tested by
no test coverage detected