5 references to MemoryDistributedCacheOptions
Microsoft.AspNetCore.Mvc.TagHelpers.Test (4)
DistributedCacheTagHelperTest.cs (4)
354
var storage = GetStorage(Options.Create(new
MemoryDistributedCacheOptions
{ Clock = clock.Object }));
416
var storage = GetStorage(Options.Create(new
MemoryDistributedCacheOptions
{ Clock = clock.Object }));
478
var storage = GetStorage(Options.Create(new
MemoryDistributedCacheOptions
{ Clock = clock.Object }));
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
()));