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

Method get

server/src/main/java/org/apache/druid/client/cache/Cache.java:36–36  ·  view source on GitHub ↗
(NamedKey key)

Source from the content-addressed store, hash-verified

34public interface Cache extends Closeable
35{
36 @Nullable
37 byte[] get(NamedKey key);
38 void put(NamedKey key, byte[] value);
39

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

testCloseAndPopulateMethod · 0.76
testDirectHappyPathMethod · 0.52
testHttpHappyPathMethod · 0.52
testPreparedHappyPathMethod · 0.52
testConcurrentQueriesMethod · 0.52
testSqlRequestLogMethod · 0.52
testParameterBindingMethod · 0.52
testArrayStuffMethod · 0.52
testAsyncMethod · 0.52