1 implementation of SetAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperStorage.cs (1)
34
public Task
SetAsync
(string key, byte[] value, DistributedCacheEntryOptions options)
5 references to SetAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
108
await _storage.
SetAsync
(storageKey, encodeValue, options);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
DistributedCacheTagHelperTest.cs (4)
36
storage.Setup(c => c.
SetAsync
(
64
storage.Verify(c => c.
SetAsync
(
78
storage.Setup(c => c.
SetAsync
(
116
storage.Verify(c => c.
SetAsync
(