diff --git a/gocache.go b/gocache.go index bbabbf4..7a17494 100644 --- a/gocache.go +++ b/gocache.go @@ -16,6 +16,10 @@ import ( "time" ) +var ( + GocacheClient = &Gocache{} +) + // Gocache 基于gocache的内存缓存 // // Author : go_developer@163.com<白茶清欢>