Home
last modified time | relevance | path

Searched refs:proxyCache (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/
Dindex.js5 const { getProxy, proxyCache } = require('./proxy.js')
47 proxy: proxyCache,
51 proxyCache.clear()
Dagents.js8 const { getProxy, getProxyAgent, proxyCache } = require('./proxy.js')
59 if (proxyCache.has(cacheKey)) {
60 return proxyCache.get(cacheKey)
69 proxyCache.set(cacheKey, proxyAgent)
Dproxy.js87 proxyCache: PROXY_CACHE, property