Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ put
Method
put
java/fory-core/src/main/java/org/apache/fory/collection/Cache.java:31–31 ·
view source on GitHub ↗
(K key, V value)
Source
from the content-addressed store, hash-verified
29
V get(K key, Callable<? extends V> loader) throws ExecutionException;
30
31
void
put(K key, V value);
32
33
void
cleanUp();
34
}
Callers
15
internalCollectionMapAndSetWrappersRoundTrip
Method · 0.65
byteBufferStreamChannelAndOutOfBandRoundTrip
Method · 0.65
create
Method · 0.65
putEnv
Method · 0.65
setLocalhostNoProxy
Method · 0.65
clearProxyEnv
Method · 0.65
main
Method · 0.65
main
Method · 0.65
runAddressBookRoundTrip
Method · 0.65
runAutoIdRoundTrip
Method · 0.65
runNestedNameRoundTrip
Method · 0.65
testToBytesFromBytes
Method · 0.65
Implementers
1
LocalCache
java/fory-core/src/main/java/org/apach
Calls
no outgoing calls
Tested by
15
internalCollectionMapAndSetWrappersRoundTrip
Method · 0.52
byteBufferStreamChannelAndOutOfBandRoundTrip
Method · 0.52
create
Method · 0.52
putEnv
Method · 0.52
setLocalhostNoProxy
Method · 0.52
clearProxyEnv
Method · 0.52
main
Method · 0.52
main
Method · 0.52
runAddressBookRoundTrip
Method · 0.52
runAutoIdRoundTrip
Method · 0.52
runNestedNameRoundTrip
Method · 0.52
testToBytesFromBytes
Method · 0.52