package
Version:
v0.0.8
Opens a new window with list of versions in this module.
Published: Mar 31, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func NewCache(defaultSecond uint, autoCleanSecond uint) *cache
NewCache 创建一个缓存
defaultSecond 缓存默认过期时间
autoCleanSecond 间隔自动清理时间
type Data struct {
App interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.