package
1.3.9
Repository: https://github.com/control-d-inc/ctrld.git
Documentation: pkg.go.dev

# Functions

NewKey creates a new cache key for given DNS message.
NewLRUCache creates a new LRUCache instance with given size.
NewValue creates a new cache value for given DNS message.

# Structs

Key is the caching key for DNS message.
LRUCache implements Cacher interface.
No description provided by the author

# Interfaces

Cacher is the interface for caching DNS response.