prysm-pulse/beacon-chain/cache/doc.go

6 lines
258 B
Go
Raw Normal View History

// 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