Documentation
¶
Index ¶
- Variables
- func Del(key string) error
- func Get(key string, value interface{}) error
- func LoadOneCache()
- func Set(key string, value interface{}, expire time.Duration) error
- func SystemGet(key, field string, value interface{}) error
- func SystemGet2(key, field string, value interface{}) error
- func SystemSet(key, field string, value interface{}, expire time.Duration) error
- func SystemSet2(key, field string, value interface{}, expire time.Duration) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //缓存时间 Cache_Second = time.Hour * 24 * 365 System_Cache_Sync_Second_2 = time.Minute * 5 )
Functions ¶
func LoadOneCache ¶
func LoadOneCache()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.