1 write to _distributedCache
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperStorage.cs (1)
22_distributedCache = distributedCache;
2 references to _distributedCache
Microsoft.AspNetCore.Mvc.TagHelpers (2)
Cache\DistributedCacheTagHelperStorage.cs (2)
30return _distributedCache.GetAsync(key); 39return _distributedCache.SetAsync(key, value, options);