package
1.2.120
Repository: https://github.com/searking/golang.git
Documentation: pkg.go.dev

# Functions

New constructs an LRU of the given size.

# Structs

LRU is like a Go map[K]V but implements a non-thread safe fixed size LRU cache.

# Interfaces

No description provided by the author

# Type aliases

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