This commit is contained in:
@@ -6,9 +6,9 @@ type Proj map[string]Ctr
|
||||
type Router map[string]Proj
|
||||
|
||||
type CacheIns interface {
|
||||
set(key string, value interface{}, time int64)
|
||||
get(key string) interface{}
|
||||
delete(key string)
|
||||
//set(key string, value interface{}, time int64)
|
||||
//get(key string) interface{}
|
||||
//delete(key string)
|
||||
Cache(key string, data ...interface{}) *Obj
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user