Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ put
Method
put
guava/src/com/google/common/cache/ForwardingCache.java:76–79 ·
view source on GitHub ↗
@since 11.0
(K key, V value)
Source
from the content-addressed store, hash-verified
74
* @since 11.0
75
*/
76
@Override
77
public
void
put(K key, V value) {
78
delegate().put(key, value);
79
}
80
81
/**
82
* @since 12.0
Callers
nothing calls this directly
Calls
2
delegate
Method · 0.95
put
Method · 0.65
Tested by
no test coverage detected