1 implementation of Get
Microsoft.AspNetCore.ResponseCaching (1)
MemoryResponseCache.cs (1)
17
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)))