Documentation
¶
Index ¶
- type Action
- type Exchanger
- type KeepLiveOption
- type Key
- type SetOption
- type Table
- func (tb *Table) Clear()
- func (tb *Table) Delete(key Key) bool
- func (tb *Table) Fetch(key Key, def Value) (value Value, loaded bool)
- func (tb *Table) Get(key interface{}) (interface{}, bool)
- func (tb *Table) KeepLive(key interface{}, option ...KeepLiveOption) bool
- func (tb *Table) Keys() []Key
- func (tb *Table) Set(key, value Value, option ...SetOption)
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeepLiveOption ¶
func (KeepLiveOption) SetDuration ¶
func (opt KeepLiveOption) SetDuration(duration time.Duration) KeepLiveOption
Click to show internal directories.
Click to hide internal directories.