Versions in this module Expand all Collapse all v0 v0.0.21 Sep 28, 2023 v0.0.20 Sep 24, 2023 v0.0.19 Sep 20, 2023 Changes in this version + type TTLMap struct + func NewTTLMap() *TTLMap + func (m *TTLMap) Delete(k string) + func (m *TTLMap) Get(k string) (v any, ok bool) + func (m *TTLMap) Set(k string, v any, ttl int64)