Versions in this module Expand all Collapse all v1 v1.0.1 Mar 20, 2025 v1.0.0 Mar 19, 2025 Changes in this version + type TimedCache struct + func NewTimedCache[T comparable](timeout time.Duration, sweepThreshold int) *TimedCache[T] + func (c *TimedCache[T]) GetAndRemove(k T) (time.Time, bool) + func (c *TimedCache[T]) Insert(k T)