v2
This commit is contained in:
1
business/jxutils/cache/cache.go
vendored
1
business/jxutils/cache/cache.go
vendored
@@ -12,6 +12,7 @@ type ICacher interface {
|
||||
GetAs(key string, ptr interface{}) error
|
||||
Keys(prefix string) ([]string, error)
|
||||
|
||||
GetString(key string) string
|
||||
FlushDB() error
|
||||
Incr(key string) error
|
||||
LRange(key string) (retVal []string)
|
||||
|
||||
Reference in New Issue
Block a user