4 references to InitAsync
Microsoft.Extensions.Caching.Hybrid.Tests (4)
DistributedCacheTests.cs (4)
60
var cache = (await
InitAsync
()).BuildServiceProvider().GetService<IDistributedCache>();
106
var cache = (await
InitAsync
()).BuildServiceProvider().GetService<IDistributedCache>();
172
var cache = (await
InitAsync
()).BuildServiceProvider().GetService<IDistributedCache>() as IBufferDistributedCache;
234
var cache = (await
InitAsync
()).BuildServiceProvider().GetService<IDistributedCache>() as IBufferDistributedCache;