Versions in this module Expand all Collapse all v1 v1.0.2 Oct 30, 2025 v1.0.1 May 26, 2022 Changes in this version + type Cache interface + ClearAll func() (err error) + Close func() error + Delete func(key string) + Get func(key string) (value []byte, ok bool) + GetRange func(key string, low, high int64) (value []byte, ok bool) + Set func(key string, value []byte) + SetTimeout func(key string, value []byte, timeout time.Duration) error