增加gocahe客户端实例化
This commit is contained in:
parent
f25cec1fbe
commit
4b82877f85
@ -16,6 +16,10 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var (
|
||||||
|
GocacheClient = &Gocache{}
|
||||||
|
)
|
||||||
|
|
||||||
// Gocache 基于gocache的内存缓存
|
// Gocache 基于gocache的内存缓存
|
||||||
//
|
//
|
||||||
// Author : go_developer@163.com<白茶清欢>
|
// Author : go_developer@163.com<白茶清欢>
|
||||||
|
Loading…
Reference in New Issue
Block a user