public PopularUsersTask(PopularUsersCached cache, IOptionsMonitor <PopularContentOptions> optionsAccessor) { this.cache = cache; options = optionsAccessor.CurrentValue; }
public TrendingTagsTask(TrendingTagsCached cache, IOptionsMonitor <PopularContentOptions> optionsAccessor) { this.cache = cache; options = optionsAccessor.CurrentValue; }