package
2.0.7
Repository: https://github.com/hashicorp/golang-lru.git
Documentation: pkg.go.dev

# Functions

NewLRU constructs an LRU of the given size.

# Structs

LRU implements a non-thread safe fixed size LRU cache.

# Interfaces

LRUCache is the interface for simple LRU cache.

# Type aliases

EvictCallback is used to get a callback when a cache entry is evicted.