Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
public
interface
Cache extends Closeable
35
{
36
@Nullable
37
byte[] get(NamedKey key);
38
void
put(NamedKey key, byte[] value);
39
Callers
15
testCloseAndPopulate
Method · 0.95
get_notices
Function · 0.65
get-milestone-prs.py
File · 0.65
get-milestone-contributors.py
File · 0.65
find-missing-backports.py
File · 0.65
tag-missing-milestones.py
File · 0.65
refresh
Method · 0.65
testDirectHappyPath
Method · 0.65
testHttpHappyPath
Method · 0.65
testPreparedHappyPath
Method · 0.65
testRemoveAllValidSqlQueryIdSubsetOfLifecycles
Method · 0.65
testRemoveAllInvalidSqlQueryId
Method · 0.65
Implementers
7
AbstractRedisCache
extensions-contrib/redis-cache/src/mai
HybridCache
server/src/main/java/org/apache/druid/
MapCache
server/src/main/java/org/apache/druid/
MemcachedCache
server/src/main/java/org/apache/druid/
CachingQueryRunnerTest
server/src/test/java/org/apache/druid/
BackgroundCachePopulatorTest
server/src/test/java/org/apache/druid/
CaffeineCache
server/src/main/java/org/apache/druid/
Calls
no outgoing calls
Tested by
15
testCloseAndPopulate
Method · 0.76
testDirectHappyPath
Method · 0.52
testHttpHappyPath
Method · 0.52
testPreparedHappyPath
Method · 0.52
testRemoveAllValidSqlQueryIdSubsetOfLifecycles
Method · 0.52
testRemoveAllInvalidSqlQueryId
Method · 0.52
testConcurrentQueries
Method · 0.52
testSqlRequestLog
Method · 0.52
testSqlRequestLogPrepared
Method · 0.52
testParameterBinding
Method · 0.52
testArrayStuff
Method · 0.52
testAsync
Method · 0.52