4 references to InitAsync
Microsoft.Extensions.Caching.Hybrid.Tests (4)
DistributedCacheTests.cs (4)
59var cache = (await InitAsync()).BuildServiceProvider().GetService<IDistributedCache>(); 105var cache = (await InitAsync()).BuildServiceProvider().GetService<IDistributedCache>(); 171var cache = (await InitAsync()).BuildServiceProvider().GetService<IDistributedCache>() as IBufferDistributedCache; 233var cache = (await InitAsync()).BuildServiceProvider().GetService<IDistributedCache>() as IBufferDistributedCache;