mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-07 06:02:26 +08:00
oauth2,jssdk
This commit is contained in:
2
cache/cache.go
vendored
2
cache/cache.go
vendored
@@ -5,7 +5,7 @@ import "time"
|
||||
//Cache interface
|
||||
type Cache interface {
|
||||
Get(key string) interface{}
|
||||
Set(key string, val interface{}, timeput time.Duration) error
|
||||
Set(key string, val interface{}, timeout time.Duration) error
|
||||
IsExist(key string) bool
|
||||
Delete(key string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user