package
0.0.0-20240527020246-c6bd4c5fd0f8
Repository: https://github.com/liujunren93/share_utils.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.