package
0.0.0-20230621073739-12e214af1a52
Repository: https://github.com/cbluth/go.git
Documentation: pkg.go.dev

# Functions

New constructs a fixed size cache with the given eviction callback.
NewcLRU constructs an LRU of the given size.

# Interfaces

LRU is the interface for simple LRU cache.

# Type aliases

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