Documentation ¶
Index ¶
- type Entry
- type MemStore
- func (MS *MemStore) Exist(key string) bool
- func (MS *MemStore) Get(key string) (interface{}, error)
- func (MS *MemStore) GetInt(key string) (int, error)
- func (MS *MemStore) GetString(key string) (string, error)
- func (MS *MemStore) Len() int
- func (MS *MemStore) Remove(key string) bool
- func (MS *MemStore) Reset()
- func (MS *MemStore) Set(key string, value interface{}, expire int) error
- func (MS *MemStore) SetImmutable(key string, value interface{}, expire int) error
- func (MS *MemStore) TTL(key string) float64
- func (MS *MemStore) Visit(visitor func(key string, value interface{}))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemStore ¶
func (*MemStore) SetImmutable ¶
Click to show internal directories.
Click to hide internal directories.