2 implementations of TryGetAsync
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (1)
RedisOutputCacheStore.cs (1)
206
async ValueTask<bool> IOutputCacheBufferStore.
TryGetAsync
(string key, PipeWriter destination, CancellationToken cancellationToken)
Microsoft.AspNetCore.OutputCaching.Tests (1)
TestUtils.cs (1)
373
async ValueTask<bool> IOutputCacheBufferStore.
TryGetAsync
(string key, PipeWriter destination, CancellationToken cancellationToken)