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)
216
var cacheEntry = _cache.
Get
(context.BaseKey);
227
if (await TryServeCachedResponseAsync(context, _cache.
Get
(varyKey)))