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)
30
return
_distributedCache
.GetAsync(key);
39
return
_distributedCache
.SetAsync(key, value, options);