Versions in this module Expand all Collapse all v0 v0.1.6 Mar 16, 2024 v0.1.0 May 20, 2024 Changes in this version + var Cache = NewCache() + type EventCache struct + func NewCache() *EventCache + func (c *EventCache) Expire(logGroupName string, lastSeen *int64) + func (c *EventCache) Load(logGroupName string, key *string) (ok bool) + func (c *EventCache) Store(logGroupName string, key *string, value *int64)