2 references to CacheTagKey
Microsoft.AspNetCore.Mvc.TagHelpers (1)
DistributedCacheTagHelper.cs (1)
61
var cacheKey = new
CacheTagKey
(this);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
CacheTagKeyTest.cs (1)
162
var cacheTagKey = new
CacheTagKey
(cacheTagHelper);