Skip to main content

Module dns_cache

Module dns_cache 

Source
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ยง

CacheStats
DnsCache
DNS cache with LRU eviction