func (s *Store) GetEpochStats(epoch idx.Epoch) *sfctype.EpochStats {
    key := epoch.Bytes()

    // Get data from LRU cache first.
    if s.cache.EpochStats != nil {