5 references to GetAsync
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
346cacheEntry = await _outputCacheEntryDispatcher.ScheduleAsync(cacheContext.CacheKey, (Store: _store, CacheContext: cacheContext), static async (key, state) => await OutputCacheEntryFormatter.GetAsync(key, state.Store, state.CacheContext.HttpContext.RequestAborted));
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (1)
EndToEndBenchmarks.cs (1)
174var entry = await OutputCacheEntryFormatter.GetAsync(Key, _store, CancellationToken.None);
Microsoft.AspNetCore.OutputCaching.Tests (3)
OutputCacheEntryFormatterTests.cs (3)
37var result = await OutputCacheEntryFormatter.GetAsync(key, store, default); 55var result = await OutputCacheEntryFormatter.GetAsync(key, store, default); 79var result = await OutputCacheEntryFormatter.GetAsync(key, store, default);