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