Definition: host_cache_entry.h:38
Entry(const Entry &other)
Definition: host_cache_entry.h:52
std::chrono::seconds ttl_
Definition: host_cache_entry.h:45
std::string hostname_
Definition: host_cache_entry.h:43
std::atomic< uint64_t > cache_hits_
Definition: host_cache_entry.h:47
std::atomic< uint64_t > resolve_waiters_peak_
Definition: host_cache_entry.h:48
time_point creation_time_
Definition: host_cache_entry.h:46
Entry & operator=(const Entry &other)
Definition: host_cache_entry.h:54
std::chrono::steady_clock steady_clock
Definition: host_cache_entry.h:40
steady_clock::time_point time_point
Definition: host_cache_entry.h:41
std::vector< net::ip::address > addresses_
Definition: host_cache_entry.h:44
Entry()
Definition: host_cache_entry.h:50