# Packages
No description provided by the author
# Variables
ErrCacheCapacityInvalid signals that capacity of cache is less than 1.
ErrCacheSizeInvalid signals that size of cache is less than 1.
# Structs
KeyValuePair is a tuple of (key, value).
# Interfaces
Cacher provides caching services.
LRUCacheHandler is the interface for LRU cache.
SizedLRUCacheHandler is the interface for size capable LRU cache.
# Type aliases
ForEachItem is an iterator callback.