Documentation
¶
Index ¶
- func Clear() bool
- func Del(key string) bool
- func ESet(key string, value interface{}, ExpireAt int64) bool
- func Get(key string) interface{}
- func GetAll() map[string]*CacheItem
- func LoadLocal(path string) bool
- func Set(key string, value interface{}, ttl int64) bool
- func StoreLocal(path string) bool
- func TTL(key string) int64
- type CacheItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.