package
0.0.8-pre
Repository: https://github.com/1infras/go-kit.git
Documentation: pkg.go.dev

# Functions

New constructs an LRU of the given size.
NewLRU constructs an LRU of the given size with default expire.

# 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.