8 references to AddKeyedHybridCache
Microsoft.Extensions.Caching.Hybrid.Tests (8)
ServiceConstructionTests.cs (8)
97
services.
AddKeyedHybridCache
(null);
111
services.
AddKeyedHybridCache
("one");
112
services.
AddKeyedHybridCache
("two");
148
services.
AddKeyedHybridCache
(typeof(string));
149
services.
AddKeyedHybridCache
(typeof(int));
211
services.
AddKeyedHybridCache
("hybrid1");
212
services.
AddKeyedHybridCache
("hybrid2");
213
services.
AddKeyedHybridCache
("hybrid3");