MCPcopy Index your code
hub / github.com/apache/fory / get

Method get

java/fory-core/src/main/java/org/apache/fory/collection/Cache.java:29–29  ·  view source on GitHub ↗
(K key, Callable<? extends V> loader)

Source from the content-addressed store, hash-verified

27 V getIfPresent(K key);
28
29 V get(K key, Callable<? extends V> loader) throws ExecutionException;
30
31 void put(K key, V value);
32

Callers 15

setup.pyFile · 0.65
_read_big_meta_stringMethod · 0.65
get_context_objectMethod · 0.65
get_context_objectMethod · 0.65
_array_type_idMethod · 0.65
writeMethod · 0.65
readMethod · 0.65
writeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

__setstate__Method · 0.52
__setstate__Method · 0.52
__setstate__Method · 0.52
__setstate__Method · 0.52
__setstate__Method · 0.52
__setstate__Method · 0.52
debug_printFunction · 0.52
test_polymorphic_mapFunction · 0.52
assertFdlMessagesMethod · 0.52
assertFdlUnionsMethod · 0.52
assertFbsMessagesMethod · 0.52
assertFbsUnionsMethod · 0.52