MCPcopy
hub / github.com/apache/druid / put

Method put

server/src/main/java/org/apache/druid/client/cache/Cache.java:38–38  ·  view source on GitHub ↗
(NamedKey key, byte[] value)

Source from the content-addressed store, hash-verified

36 @Nullable
37 byte[] get(NamedKey key);
38 void put(NamedKey key, byte[] value);
39
40 /**
41 * Resulting map should not contain any null values (i.e. cache misses should not be included)

Callers 15

testUseCacheMethod · 0.95
testSizeCalculationMethod · 0.95
testStringPropertyMethod · 0.65
testJsonPropertyMethod · 0.65
getRowsMethod · 0.65
rowMethod · 0.65

Implementers 7

AbstractRedisCacheextensions-contrib/redis-cache/src/mai
HybridCacheserver/src/main/java/org/apache/druid/
MapCacheserver/src/main/java/org/apache/druid/
MemcachedCacheserver/src/main/java/org/apache/druid/
CachingQueryRunnerTestserver/src/test/java/org/apache/druid/
BackgroundCachePopulatorTestserver/src/test/java/org/apache/druid/
CaffeineCacheserver/src/main/java/org/apache/druid/

Calls

no outgoing calls

Tested by 15

testUseCacheMethod · 0.76
testSizeCalculationMethod · 0.76
testStringPropertyMethod · 0.52
testJsonPropertyMethod · 0.52
getRowsMethod · 0.52
rowMethod · 0.52