package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jul 23, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
Expiration = "0.5h"
Interval = "3s"
)
func SetSlideValue(key string, value interface{}, expiration string)
设置一个滑动过期的缓存 @expiration 过期时间
func SetValue(key string, value interface{})
设置一个永不过期的缓存
func SetValueByExpiration(key string, value interface{}, expiration string)
设置一个带过期时间的缓存
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.