MCPcopy
hub / github.com/redisson/redisson / get

Method get

redisson/src/main/java/org/redisson/api/RMap.java:67–67  ·  view source on GitHub ↗

Returns the value mapped by defined key or null if value is absent. If map doesn't contain value for specified key and MapLoader is defined then value will be loaded in read-through mode. @param key the key @return the value mapped by defined key or {@c

(Object key)

Source from the content-addressed store, hash-verified

65 * @return the value mapped by defined <code>key</code> or {@code null} if value is absent
66 */
67 @Override
68 V get(Object key);
69
70 /**

Callers 15

testAddAndGetTTLMethod · 0.95
testAddAndGetTTLMethod · 0.95
testAppMethod · 0.65
testAppMethod · 0.65
testAppMethod · 0.65
createClusterMethod · 0.65
restartMethod · 0.65
testMethod · 0.65
testMethod · 0.65
testNullMethod · 0.65
testRemoveMethod · 0.65
testPutGetMethod · 0.65

Implementers 2

RedissonMapredisson/src/main/java/org/redisson/Re
MapCacheNativeWrapperredisson/src/main/java/org/redisson/Ma

Calls

no outgoing calls

Tested by 15

testAddAndGetTTLMethod · 0.76
testAddAndGetTTLMethod · 0.76
testAppMethod · 0.52
testAppMethod · 0.52
testAppMethod · 0.52
createClusterMethod · 0.52
restartMethod · 0.52
testMethod · 0.52
testMethod · 0.52
testNullMethod · 0.52
testRemoveMethod · 0.52
testPutGetMethod · 0.52