Searched refs:addressCache (Results 1 – 1 of 1) sorted by relevance
126 private static final AddressCache addressCache = new AddressCache(); field in InetAddress420 Object cachedResult = addressCache.get(host, netId); in lookupHostByName()443 addressCache.put(host, netId, addresses); in lookupHostByName()456 addressCache.putUnknownHost(host, netId, detailMessage); in lookupHostByName()467 addressCache.clear(); in clearDnsCache()