Class BooleanCachedSetting

java.lang.Object
io.datarouter.util.cached.BaseCached<T>
io.datarouter.util.cached.Cached<T>
io.datarouter.storage.setting.cached.CachedSetting<Boolean>
io.datarouter.storage.setting.cached.impl.BooleanCachedSetting
All Implemented Interfaces:
Setting<Boolean>, BooleanSetting, Supplier<Boolean>

public class BooleanCachedSetting extends CachedSetting<Boolean> implements BooleanSetting