BaseConfigurationCacheUpdater public abstract class BaseConfigurationCacheUpdater : IConfigurationCacheUpdater, IDisposable Documentation protected readonly IConfigurationCache Cache protected BaseConfigurationCacheUpdater(IConfigurationCache cache) public abstract void Dispose() protected IEnumerable<Configuration> GetConfigurations(IConfigurationReader reader) protected IEnumerable<Rule> GetRules(IConfigurationReader reader) protected IEnumerable<Sink> GetSinks(IConfigurationReader reader) protected void SetCacheValues(IConfigurationReader reader, bool loggingEnabled = true) protected void SetCacheValuesFromFile(IFileConfigurationReader reader) public abstract void Start()