Searched refs:cachedResult (Results 1 – 1 of 1) sorted by relevance
420 Object cachedResult = addressCache.get(host, netId); in lookupHostByName() local421 if (cachedResult != null) { in lookupHostByName()422 if (cachedResult instanceof InetAddress[]) { in lookupHostByName()424 return (InetAddress[]) cachedResult; in lookupHostByName()427 throw new UnknownHostException((String) cachedResult); in lookupHostByName()