Searched refs:addressCache (Results 1 – 2 of 2) sorted by relevance
79 private static final AddressCache addressCache = new AddressCache(); field in Inet6AddressImpl117 Object cachedResult = addressCache.get(host, netId); in lookupHostByName()141 addressCache.put(host, netId, addresses); in lookupHostByName()155 addressCache.putUnknownHost(host, netId, detailMessage); in lookupHostByName()169 addressCache.clear(); in clearAddressCache()
85 private static final java.net.AddressCache addressCache; field in Inet6AddressImpl88 addressCache = null;