package
2.0.0+incompatible
Repository: https://github.com/flylib/goutils.git
Documentation: pkg.go.dev

# Functions

NewLRUCache If maxItemSize is zero, the cache has no limit.if maxItemSize is not zero, when cache's size beyond maxItemSize,start to swap.

# Structs

LRUCache is an LRU cache.