IConfigurationCache public interface IConfigurationCache Documentation event EventHandler<CacheUpdatedEventArgs> CacheUpdated DateTime GetLastUpdated() IEnumerable<Rule> GetRules(ICacheFilter filter) IEnumerable<Sink> GetSinks() bool IsLoggingEnabled(ICacheFilter filter) void Set(HashSet<Sink> sinks, HashSet<Rule> rules, HashSet<Configuration> configurations, bool loggingEnabled)