mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
update
This commit is contained in:
2
cache/mem.go
vendored
2
cache/mem.go
vendored
@ -5,5 +5,5 @@ import "time"
|
||||
type MemCache interface {
|
||||
Get(key string) ([]byte, error)
|
||||
Set(key string, entry []byte, expire time.Duration) error
|
||||
Delete(key string) error
|
||||
Delete(key ...string) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user