Versions in this module Expand all Collapse all v0 v0.1.0 Jul 8, 2021 Changes in this version + func Delete(key string) error + func GetInt64(key string) (int64, bool, error) + func GetString(key string) (string, bool, error) + func KeyGen(v ...interface{}) string + func Load(key string, obj interface{}) (exists bool, err error) + func Set(key string, val interface{}, opt ...Opt) error + func SetCacheExpiration(d time.Duration) + type Opt struct + Name string + Val interface{}