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