//
pkg.gl
Category
github.com/prysmaticlabs/prysm/v5
cache
nonblocking
package
5.2.0
Repository:
https://github.com/prysmaticlabs/prysm.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
2
Dependents
1
Files
212 SLOC
#
Functions
NewLRU
NewLRU constructs an LRU of the given size.
#
Structs
LRU
LRU implements a non-thread safe fixed size LRU cache.
#
Type aliases
EvictCallback
EvictCallback is used to get a callback when a cache entry is evicted.