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