Package org.apache.druid.client.cache
Class CaffeineCacheConfig
- java.lang.Object
-
- org.apache.druid.client.cache.CaffeineCacheConfig
-
- Direct Known Subclasses:
CaffeineCacheProvider
public class CaffeineCacheConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description CaffeineCacheConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutorcreateExecutor()longgetExpireAfter()longgetSizeInBytes()booleanisEvictOnClose()
-
-
-
Method Detail
-
getExpireAfter
public long getExpireAfter()
-
getSizeInBytes
public long getSizeInBytes()
-
createExecutor
public Executor createExecutor()
-
isEvictOnClose
public boolean isEvictOnClose()
-
-