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