Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ invalidate
Method
invalidate
output/java_guava/1.4.18/ForwardingCache.java:94–97 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
92
}
93
94
@Override
95
public
void
invalidate(Object key) {
96
delegate().invalidate(key);
97
}
98
99
/**
100
* @since 11.0
Callers
nothing calls this directly
Calls
2
delegate
Method · 0.95
invalidate
Method · 0.65
Tested by
no test coverage detected