1 implementation of IResponseCache
Microsoft.AspNetCore.ResponseCaching (1)
MemoryResponseCache.cs (1)
8internal sealed class MemoryResponseCache : IResponseCache
2 references to IResponseCache
Microsoft.AspNetCore.ResponseCaching (2)
ResponseCachingMiddleware.cs (2)
29private readonly IResponseCache _cache; 62IResponseCache cache,