4 references to MemoryDistributedCache
Microsoft.AspNetCore.Mvc.TagHelpers.Test (1)
DistributedCacheTagHelperTest.cs (1)
776
return new DistributedCacheTagHelperStorage(new
MemoryDistributedCache
(options ?? Options.Create(new MemoryDistributedCacheOptions())));
Microsoft.AspNetCore.Session.Tests (1)
SessionTests.cs (1)
1158
_cache = new
MemoryDistributedCache
(Options.Create(new MemoryDistributedCacheOptions()));
Microsoft.Extensions.Caching.Hybrid.Tests (2)
BufferReleaseTests.cs (1)
81
:
base
(options)
ServiceConstructionTests.cs (1)
223
:
base
(options)