Documentation ¶
Index ¶
- func DecrInt32(key string, n int32) (int32, error)
- func DeleteObject(key string)
- func GetInt32(key string) (v int32, b bool)
- func GetObject(key string) (o string, b bool)
- func IncrInt32(key string, n int32) (int32, error)
- func InitGlobalCache(conf *settings.AppConfig)
- func SetInt32(key string, value int32, duration time.Duration)
- func SetObject(key string, object string, duration time.Duration)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteObject ¶
func DeleteObject(key string)
func InitGlobalCache ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.