//
pkg.gl
Category
github.com/dcs4y/minoutil/v2
cacheclient
package
2.0.2
Repository:
https://github.com/dcs4y/minoutil.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
23 SLOC
#
Functions
Delete
Delete 删除一个缓存数据.
Get
Get 获取已有的缓存数据.
Set
Set 设置缓存值,默认过期时间。.
SetAlways
SetAlways 设置缓存值,永不过期。.
SetWithTimeout
SetWithTimeout 设置缓存值,并设置过期时间。.
#
Variables
Cache
Cache 带过期时间的简单缓存.