ethpandaops / forky

An Ethereum Beacon Chain fork choice viewer
GNU General Public License v3.0
27 stars 1 forks source link

feat(store): Add TTL Cache for frames #16

Closed samcm closed 1 year ago

samcm commented 1 year ago

Adds an in-memory cache for Frames. Since most of our traffic will be "recent" frames, this should greatly reduce our s3 data transfer costs.