Documentation ¶
Index ¶
- type MemoStore
- func (store *MemoStore) Delete(id interface{})
- func (store *MemoStore) Get(id interface{}) (interface{}, bool)
- func (store *MemoStore) KeepLive(id interface{})
- func (store *MemoStore) Live(id interface{}) time.Time
- func (store *MemoStore) Load(id interface{}, deft interface{}) (interface{}, bool)
- func (store *MemoStore) Range(r func(id, v interface{}) bool)
- func (store *MemoStore) Run(ctx context.Context) error
- func (store *MemoStore) Set(id, value interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.