Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ put
Method
put
output/java_guava/1.4.18/ForwardingCache.java:80–83 ·
view source on GitHub ↗
@since 11.0
(K key, V value)
Source
from the content-addressed store, hash-verified
78
*/
79
80
@Override
81
public
void
put(K key, V value) {
82
delegate().put(key, value);
83
}
84
85
/**
86
* @since 12.0
Callers
nothing calls this directly
Calls
2
delegate
Method · 0.95
put
Method · 0.65
Tested by
no test coverage detected