Documentation
¶
Index ¶
- Constants
- func Clear()
- func Count(key string, expiration time.Duration) int
- func Del(key string) bool
- func Get(key string, def interface{}) interface{}
- func Keys() []string
- func Len() int
- func Load(tp string) error
- func Set(key string, value interface{}, expiration time.Duration) interface{}
- func Type() string
- func Values() []interface{}
- type Cache
- type TpCahe
Constants ¶
View Source
const MSG_CACHE_NOT_FOUND = "Cache not found"
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.