1 write to _cache
Microsoft.Extensions.Http (1)
DefaultTypedHttpClientFactory.cs (1)
22
_cache
= cache;
1 reference to _cache
Microsoft.Extensions.Http (1)
DefaultTypedHttpClientFactory.cs (1)
30
return (TClient)
_cache
.Activator(_services, new object[] { httpClient });