//
pkg.gl
Category
github.com/searKing/golang/go
exp
container
lru
package
1.2.120
Repository:
https://github.com/searking/golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
222 SLOC
#
Functions
New
New constructs an LRU of the given size.
#
Structs
LRU
LRU is like a Go map[K]V but implements a non-thread safe fixed size LRU cache.
#
Interfaces
EvictCallbackFunc
No description provided by the author
#
Type aliases
EvictCallback
EvictCallback is used to get a callback when a cache entry is evicted.