Versions in this module Expand all Collapse all v1 v1.2.1 Oct 25, 2023 Changes in this version + func AddCache(k string, x interface{}, d time.Duration) + func DeleteCache(k string) + func GetCache(k string) (interface{}, bool) + func IncrementIntCache(k string, n int) (num int, err error) + func SetCache(k string, x interface{}, d time.Duration) + func SetDefaultCache(k string, x interface{})