Documentation
¶
Index ¶
- Variables
- type Memory
- func (memory *Memory) Delete(key string) error
- func (memory *Memory) Fetch(key string, fc func() interface{}) (string, error)
- func (memory *Memory) Get(key string) (string, error)
- func (memory *Memory) Set(key string, value interface{}) error
- func (memory *Memory) Unmarshal(key string, object interface{}) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.