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