Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInet6AddressImpl.java54 private static final AddressCache addressCache = new AddressCache(); field in Inet6AddressImpl
88 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()