MCPcopy 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

createMethod · 0.65
putEnvMethod · 0.65
setLocalhostNoProxyMethod · 0.65
clearProxyEnvMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
runAutoIdRoundTripMethod · 0.65
testToBytesFromBytesMethod · 0.65

Implementers 1

LocalCachejava/fory-core/src/main/java/org/apach

Calls

no outgoing calls

Tested by 15

createMethod · 0.52
putEnvMethod · 0.52
setLocalhostNoProxyMethod · 0.52
clearProxyEnvMethod · 0.52
mainMethod · 0.52
mainMethod · 0.52
runAutoIdRoundTripMethod · 0.52
testToBytesFromBytesMethod · 0.52