8 Star 68 Fork 10

silenceper / wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cache.go 217 Bytes
一键复制 编辑 原始数据 按行查看 历史
wenzl 提交于 2016-09-15 01:27 . oauth2,jssdk
package cache
import "time"
//Cache interface
type Cache interface {
Get(key string) interface{}
Set(key string, val interface{}, timeout time.Duration) error
IsExist(key string) bool
Delete(key string) error
}
Go
1
https://gitee.com/silenceper/wechat.git
git@gitee.com:silenceper/wechat.git
silenceper
wechat
wechat
v1.2.1

搜索帮助

53164aa7 5694891 3bd8fe86 5694891