3 references to Create
Microsoft.Extensions.Caching.Hybrid.Tests (3)
LocalInvalidationTests.cs (1)
58MemoryDistributedCache mdc = new(Options.Create(options));
PayloadTests.cs (2)
277var localCache = new MemoryDistributedCache(Options.Create(new MemoryDistributedCacheOptions())); 304var localCache = new MemoryDistributedCache(Options.Create(new MemoryDistributedCacheOptions()));