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

# Functions

NewLRU returns a new thread-safe cache with expirable entries.

# Structs

LRU implements a thread-safe LRU with expirable entries.

# Type aliases

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