Package org.apache.druid.guice
Class CacheModule
- java.lang.Object
-
- org.apache.druid.guice.CacheModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class CacheModule extends Object implements com.google.inject.Module
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCacheModule.HybridCacheModule
-
Field Summary
Fields Modifier and Type Field Description static StringDRUID_GLOBAL_CACHE_PREFIXStringprefix
-
Constructor Summary
Constructors Constructor Description CacheModule()CacheModule(String prefix)
-
-
-
Field Detail
-
DRUID_GLOBAL_CACHE_PREFIX
public static final String DRUID_GLOBAL_CACHE_PREFIX
- See Also:
- Constant Field Values
-
prefix
public final String prefix
-
-
Constructor Detail
-
CacheModule
public CacheModule()
-
CacheModule
public CacheModule(String prefix)
-
-