Versions in this module Expand all Collapse all v1 v1.2.0 Jan 13, 2026 Changes in this version + func Clear() + func Count() int + func Del(k string) + func Exists(k string) bool + func Get(k string) interface + func GetAll() []string + func GetOrSet(k string, fn func() interface{}, ttl time.Duration) interface + func Set(k string, v interface{}, ttl time.Duration)