mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
4c66edf2c2
* flat span cache * Plug cache into kv * Add comments * Fix * Add doc.go * Gaz Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
4 lines
180 B
Go
4 lines
180 B
Go
// Package cache contains critical caches necessary for the runtime
|
|
// of the slasher service, such as a cache for maintaining validator history on a per epoch basis
|
|
package cache
|