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