增加gocahe客户端实例化

This commit is contained in:
白茶清欢 2024-06-21 14:45:34 +08:00
parent f25cec1fbe
commit 4b82877f85
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ import (
"time" "time"
) )
var (
GocacheClient = &Gocache{}
)
// Gocache 基于gocache的内存缓存 // Gocache 基于gocache的内存缓存
// //
// Author : go_developer@163.com<白茶清欢> // Author : go_developer@163.com<白茶清欢>