1 implementation of GetAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperStorage.cs (1)
26
public Task<byte[]>
GetAsync
(string key)
4 references to GetAsync
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Cache\DistributedCacheTagHelperService.cs (1)
85
var value = await _storage.
GetAsync
(storageKey);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (3)
DistributedCacheTagHelperTest.cs (3)
40
storage.Setup(c => c.
GetAsync
(It.IsAny<string>()))
82
storage.Setup(c => c.
GetAsync
(It.IsAny<string>()))
111
storage.Verify(c => c.
GetAsync
(