4 references to Options
Microsoft.Extensions.Caching.Hybrid.Tests (4)
ExpirationTests.cs (1)
23
var l2 = new LoggingCache(log, new MemoryDistributedCache(
Options
.Create(new MemoryDistributedCacheOptions { Clock = clock })));
LocalInvalidationTests.cs (1)
59
MemoryDistributedCache mdc = new(
Options
.Create(options));
PayloadTests.cs (2)
278
var localCache = new MemoryDistributedCache(
Options
.Create(new MemoryDistributedCacheOptions()));
305
var localCache = new MemoryDistributedCache(
Options
.Create(new MemoryDistributedCacheOptions()));