Package io.anyline2
Class CacheConfig
-
- All Implemented Interfaces:
public class CacheConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCacheConfig.Preset
-
Field Summary
Fields Modifier and Type Field Description private final BooleancachingEnabledprivate final BooleanofflineLicenseCachingEnabledprivate final IntegermaxEventAgeInDaysprivate final IntegercachePullBatchSize
-
Constructor Summary
Constructors Constructor Description CacheConfig()
-
Method Summary
Modifier and Type Method Description final BooleangetCachingEnabled()final BooleangetOfflineLicenseCachingEnabled()final IntegergetMaxEventAgeInDays()final IntegergetCachePullBatchSize()-
-
Method Detail
-
getCachingEnabled
final Boolean getCachingEnabled()
-
getOfflineLicenseCachingEnabled
final Boolean getOfflineLicenseCachingEnabled()
-
getMaxEventAgeInDays
final Integer getMaxEventAgeInDays()
-
getCachePullBatchSize
final Integer getCachePullBatchSize()
-
-
-
-