func (s *Store) GetEvent(id hash.Event) *inter.Event {
    key := id.Bytes()

    // Get event from LRU cache first.
    if s.cache.Events != nil {