//
pkg.gl
Category
github.com/hashicorp/golang-lru/v2
expirable
package
2.0.7
Repository:
https://github.com/hashicorp/golang-lru.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
178
Files
260 SLOC
#
Functions
NewLRU
NewLRU returns a new thread-safe cache with expirable entries.
#
Structs
LRU
LRU implements a thread-safe LRU with expirable entries.
#
Type aliases
EvictCallback
EvictCallback is used to get a callback when a cache entry is evicted.