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