8 references to AddKeyedHybridCache
Microsoft.Extensions.Caching.Hybrid.Tests (8)
ServiceConstructionTests.cs (8)
96
services.
AddKeyedHybridCache
(null);
110
services.
AddKeyedHybridCache
("one");
111
services.
AddKeyedHybridCache
("two");
147
services.
AddKeyedHybridCache
(typeof(string));
148
services.
AddKeyedHybridCache
(typeof(int));
210
services.
AddKeyedHybridCache
("hybrid1");
211
services.
AddKeyedHybridCache
("hybrid2");
212
services.
AddKeyedHybridCache
("hybrid3");