1 write to _distributedCacheService
Microsoft.AspNetCore.Mvc.TagHelpers (1)
DistributedCacheTagHelper.cs (1)
38
_distributedCacheService
= distributedCacheService;
1 reference to _distributedCacheService
Microsoft.AspNetCore.Mvc.TagHelpers (1)
DistributedCacheTagHelper.cs (1)
63
content = await
_distributedCacheService
.ProcessContentAsync(output, cacheKey, GetDistributedCacheEntryOptions());