Home
last modified time | relevance | path

Searched refs:addressCache (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
DInetAddress.java126 private static final AddressCache addressCache = new AddressCache(); field in InetAddress
420 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()