1 implementation of IProxyCache
NuGet.Configuration (1)
Proxy\ProxyCache.cs (1)
11public class ProxyCache : IProxyCache, IProxyCredentialCache
2 references to IProxyCache
NuGet.Protocol (2)
HttpSource\HttpHandlerResourceV3Provider.cs (2)
25private readonly IProxyCache _proxyCache; 37internal HttpHandlerResourceV3Provider(IProxyCache proxyCache)