去掉调试信息

This commit is contained in:
john
2018-09-18 09:45:06 +08:00
parent 73a6293845
commit e513da007f

View File

@ -13,8 +13,7 @@ const (
)
// 全局缓存管理对象
//var cache = New()
var cache = (*Cache)(nil)
var cache = New()
// (使用全局KV缓存对象)设置kv缓存键值对过期时间单位为**毫秒**
func Set(key interface{}, value interface{}, expire int) {