Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Cache represents cache client Cache = NewCache() )
Functions ¶
This section is empty.
Types ¶
type EventCache ¶
type EventCache struct {
// contains filtered or unexported fields
}
EventCache represents cache client
func (*EventCache) Expire ¶
func (c *EventCache) Expire(logGroupName string, lastSeen *int64)
Expire deletes cache older than the given timestamp
Click to show internal directories.
Click to hide internal directories.