Documentation ¶
Index ¶
- Variables
- func Delete(key string)
- func Get(key string) (value interface{}, ok bool)
- func GetAll() (items []string)
- func Init(num int)
- func Mget(keys []string) (values, valuesAlter map[string]interface{})
- func Set(key string, value interface{}, expire time.Duration) (ent *entry)
- type Elem
- type HashMap
- type Lru
- type MyList
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Debug bool Disabled bool )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.