Searched refs:proxyCache (Results 1 – 3 of 3) sorted by relevance
5 const { getProxy, proxyCache } = require('./proxy.js')47 proxy: proxyCache,51 proxyCache.clear()
8 const { getProxy, getProxyAgent, proxyCache } = require('./proxy.js')59 if (proxyCache.has(cacheKey)) {60 return proxyCache.get(cacheKey)69 proxyCache.set(cacheKey, proxyAgent)
87 proxyCache: PROXY_CACHE, property