1 implementation of SetAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperStorage.cs (1)
34
public Task
SetAsync
(string key, byte[] value, DistributedCacheEntryOptions options)
1 reference to SetAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
108
await _storage.
SetAsync
(storageKey, encodeValue, options);