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