Searched refs:AddressCacheEntry (Results 1 – 1 of 1) sorted by relevance
42 private final BasicLruCache<AddressCacheKey, AddressCacheEntry> cache43 = new BasicLruCache<AddressCacheKey, AddressCacheEntry>(MAX_ENTRIES);74 static class AddressCacheEntry { class in AddressCache90 AddressCacheEntry(Object value) { in AddressCacheEntry() method in AddressCache.AddressCacheEntry109 AddressCacheEntry entry = cache.get(new AddressCacheKey(hostname, netId)); in get()124 cache.put(new AddressCacheKey(hostname, netId), new AddressCacheEntry(addresses)); in put()132 cache.put(new AddressCacheKey(hostname, netId), new AddressCacheEntry(detailMessage)); in putUnknownHost()