Searched refs:addressCache (Results 1 – 1 of 1) sorted by relevance
54 private static final AddressCache addressCache = new AddressCache(); field in Inet6AddressImpl88 Object cachedResult = addressCache.get(host, netId); in lookupHostByName()111 addressCache.put(host, netId, addresses); in lookupHostByName()124 addressCache.putUnknownHost(host, netId, detailMessage); in lookupHostByName()138 addressCache.clear(); in clearAddressCache()