mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 19:40:37 +00:00
3416962fc2
* package level godocs fixed * all beacon node godocs * comment and gaz Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
6 lines
258 B
Go
6 lines
258 B
Go
// Package cache includes all important caches for the runtime
|
|
// of an eth2 beacon node, ensuring the node does not spend
|
|
// resources computing duplicate operations such as committee
|
|
// calculations for validators during the same epoch, etc.
|
|
package cache
|