Implemented interface member:
method
GetAsync
Microsoft.AspNetCore.OutputCaching.IOutputCacheStore.GetAsync(System.String, System.Threading.CancellationToken)
1 reference to GetAsync
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
375
var data = await
GetAsync
(key, cancellationToken); // in reality we expect this to be sync, but: meh