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)
23private readonly IProxyCache _proxyCache; 35internal HttpHandlerResourceV3Provider(IProxyCache proxyCache)