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