package
module
Version:
v0.0.0-...-25cb3e1
Opens a new window with list of versions in this module.
Published: Feb 18, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type CacheInfo struct {
Id string `json:"id"`
Data interface{} `json:"data"`
CreateDate time.Time `json:"createDate"`
LastDate time.Time `json:"lastDate"`
}
用于定义缓存信息的类
*
- 新建缓存信息结构体
- @param Id 编号,作为关键字存在
- @param Data 缓存的数据对象
- @return 返回新创建的结构体
Source Files
¶
Click to show internal directories.
Click to hide internal directories.