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