package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.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.

# Type aliases

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