Documentation
¶
Index ¶
- func Delete(key string) error
- func Get(key string) ([]byte, error)
- func InitCache(c ICache)
- func InitCacheE(c ICacheE)
- func InitCacheM(c ICacheM)
- func MDelete(keys ...string) error
- func MGet(keys ...string) ([][]byte, error)
- func MSet(values map[string][]byte) error
- func MSetE(values map[string][]byte, exp time.Duration) error
- func Set(key string, value []byte) error
- func SetE(key string, value []byte, exp time.Duration) error
- type ICache
- type ICacheE
- type ICacheM
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitCacheE ¶
func InitCacheE(c ICacheE)
func InitCacheM ¶
func InitCacheM(c ICacheM)
Types ¶
Click to show internal directories.
Click to hide internal directories.