Documentation
¶
Index ¶
- type Cache
- func (r *Cache) Close() error
- func (r *Cache) Del(key string) error
- func (r *Cache) Get(key string, value interface{}) (err error)
- func (r *Cache) Lua(lua string, keys ...string) (interface{}, error)
- func (r *Cache) PatternDel(pattern string) error
- func (r *Cache) Set(key string, value interface{}) error
- func (r *Cache) SetWithExp(key string, value interface{}, exp time.Duration) error
- type Logger
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) PatternDel ¶
Click to show internal directories.
Click to hide internal directories.