Versions in this module Expand all Collapse all v0 v0.1.13 Jul 13, 2026 Changes in this version + type TTL struct + func NewTTL[K comparable, V any](ttl, cleanup time.Duration) *TTL[K, V] + func (c *TTL[K, V]) Delete(key K) + func (c *TTL[K, V]) Get(key K) (V, bool) + func (c *TTL[K, V]) Set(key K, value V)