Expand description
DNS caching for improved latency
This module provides DNS caching using hickory-resolver (formerly trust-dns) to reduce DNS lookup latency by 10-50ms. Implements LRU eviction to prevent unbounded memory growth.
Structsยง
- Cache
Stats - DnsCache
- DNS cache with LRU eviction