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