2 implementations of Get
Microsoft.AspNetCore.ResponseCaching (1)
MemoryResponseCache.cs (1)
17
public IResponseCacheEntry?
Get
(string key)
Microsoft.AspNetCore.ResponseCaching.Tests (1)
TestUtils.cs (1)
373
public IResponseCacheEntry
Get
(string key)
2 references to Get
Microsoft.AspNetCore.ResponseCaching (2)
ResponseCachingMiddleware.cs (2)
207
var cacheEntry = _cache.
Get
(context.BaseKey);
216
if (await TryServeCachedResponseAsync(context, _cache.
Get
(varyKey)))