13 references to MemoryOutputCacheStore
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheServiceCollectionExtensions.cs (1)
34
return new
MemoryOutputCacheStore
(new MemoryCache(new MemoryCacheOptions
Microsoft.AspNetCore.OutputCaching.Tests (12)
MemoryOutputCacheStoreTests.cs (11)
14
var store = new
MemoryOutputCacheStore
(new MemoryCache(new MemoryCacheOptions()));
29
var store = new
MemoryOutputCacheStore
(new MemoryCache(new MemoryCacheOptions { Clock = testClock }));
44
var store = new
MemoryOutputCacheStore
(new MemoryCache(new MemoryCacheOptions()));
54
var store = new
MemoryOutputCacheStore
(new MemoryCache(new MemoryCacheOptions()));
65
var store = new
MemoryOutputCacheStore
(new MemoryCache(new MemoryCacheOptions { Clock = testClock }));
93
var store = new
MemoryOutputCacheStore
(new MemoryCache(new MemoryCacheOptions { Clock = testClock }));
113
var store = new
MemoryOutputCacheStore
(new MemoryCache(new MemoryCacheOptions { Clock = testClock }));
129
var store = new
MemoryOutputCacheStore
(new MemoryCache(new MemoryCacheOptions { Clock = testClock }));
160
var store = new
MemoryOutputCacheStore
(cache);
205
var store = new
MemoryOutputCacheStore
(cache);
241
var store = new
MemoryOutputCacheStore
(new MemoryCache(new MemoryCacheOptions()));
OutputCacheMiddlewareTests.cs (1)
764
cache: new
MemoryOutputCacheStore
(new MemoryCache(new MemoryCacheOptions