package
2.12.0+incompatible
Repository: https://github.com/adguardteam/adguarddns.git
Documentation: pkg.go.dev

# Functions

NewDefaultManager returns a new initialized *DefaultManager.
NewLRU returns a new initialized LRU cache.

# Structs

DefaultManager implements the [Manager] interface that stores caches and can clear them by id.
Empty is an [Interface] implementation that does nothing.
EmptyManager implements the [Manager] interface that does nothing.
LRU is an [Interface] implementation.
LRUConfig is a configuration structure of a cache.

# Interfaces

Clearer is a partial cache interface.
Interface is the cache interface.
Manager is the cache manager interface.