3 references to Create
Microsoft.Extensions.Caching.Hybrid.Tests (3)
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()));