Searched refs:cachedResult (Results 1 – 1 of 1) sorted by relevance
117 Object cachedResult = addressCache.get(host, netId); in lookupHostByName() local118 if (cachedResult != null) { in lookupHostByName()119 if (cachedResult instanceof InetAddress[]) { in lookupHostByName()121 return (InetAddress[]) cachedResult; in lookupHostByName()124 throw new UnknownHostException((String) cachedResult); in lookupHostByName()