//
pkg.gl
Category
github.com/meterio/supernova
libs
cache
package
0.0.7
Repository:
https://github.com/meterio/supernova.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
238 SLOC
#
Functions
NewPrioCache
NewPrioCache create a new PrioCache.
NewRandCache
NewRandCache create a new RandCache.
#
Structs
Entry
Entry entry of cache.
PrioCache
PrioCache a cache holds entries with priority.
PrioEntry
PrioEntry cache entry with priority.
RandCache
RandCache a simple cache which randomly evicts entries when length exceeds limit.