/// <summary> /// Creates an instance of <see cref="AlertFilter"/> backed by the specified the alert cache. /// </summary> /// <param name="cache"></param> public AlertFilter(AlertCache cache) { _cache = cache; }