1 write to _storage
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
58
_storage
= storage;
2 references to _storage
Microsoft.AspNetCore.Mvc.TagHelpers (2)
Cache\DistributedCacheTagHelperService.cs (2)
85
var value = await
_storage
.GetAsync(storageKey);
108
await
_storage
.SetAsync(storageKey, encodeValue, options);