1 implementation of GetAsync
Microsoft.AspNetCore.OutputCaching (1)
Memory\MemoryOutputCacheStore.cs (1)
64
public ValueTask<byte[]?>
GetAsync
(string key, CancellationToken cancellationToken)
2 references to GetAsync
Aspire.StackExchange.Redis.OutputCaching.Tests (1)
OutputCacheConformanceTests.cs (1)
64
await cacheStore.
GetAsync
("myFakeKey", CancellationToken.None);
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheEntryFormatter.cs (1)
28
var content = await store.
GetAsync
(key, cancellationToken);