Versions in this module Expand all Collapse all v0 v0.1.0 Mar 21, 2023 Changes in this version + func Get(key string, getFunc func() (T, error)) (T, error) + func Initialize(c Cache) + func Remove(key string) + type Cache interface + Delete func(key string) error + Get func(key string) any + IsExist func(key string) bool + Put func(key string, val any, timeout int64) error + func GetCache() Cache