CacheUpdatedEventArgs public class CacheUpdatedEventArgs : EventArgs Documentation public HashSet<ICacheFilter> FiltersWithUpdatedConfigurations { get; } public HashSet<ICacheFilter> FiltersWithUpdatedRules { get; } public bool SinksUpdated { get; } public CacheUpdatedEventArgs(HashSet<ICacheFilter> filtersWithUpdatedRules, HashSet<ICacheFilter> filtersWithUpdatedConfigurations, bool sinksUpdated)