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)
85var value = await _storage.GetAsync(storageKey); 108await _storage.SetAsync(storageKey, encodeValue, options);