package
0.0.7
Repository: https://github.com/meterio/supernova.git
Documentation: pkg.go.dev

# Functions

NewPrioCache create a new PrioCache.
NewRandCache create a new RandCache.

# Structs

Entry
Entry entry of cache.
PrioCache a cache holds entries with priority.
PrioEntry cache entry with priority.
RandCache a simple cache which randomly evicts entries when length exceeds limit.