2 implementations of IResponseCache
Microsoft.AspNetCore.ResponseCaching (1)
MemoryResponseCache.cs (1)
8internal sealed class MemoryResponseCache : IResponseCache
Microsoft.AspNetCore.ResponseCaching.Tests (1)
TestUtils.cs (1)
367internal class TestResponseCache : IResponseCache
3 references to IResponseCache
Microsoft.AspNetCore.ResponseCaching (2)
ResponseCachingMiddleware.cs (2)
29private readonly IResponseCache _cache; 62IResponseCache cache,
Microsoft.AspNetCore.ResponseCaching.Tests (1)
TestUtils.cs (1)
191IResponseCache cache = null,