//
pkg.gl
Category
github.com/Ecosystem-Knowledge/lachesis-base
utils
wlru
package
0.0.1-rc
Repository:
https://github.com/ecosystem-knowledge/lachesis-base.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
3
Files
121 SLOC
#
Functions
New
New creates a weighted LRU of the given size.
NewWithEvict
NewWithEvict constructs a fixed weight/size cache with the given eviction callback.
#
Structs
Cache
Cache is a thread-safe fixed size LRU cache.