Documentation ¶
Index ¶
- type Memory
- func (m *Memory) Close(ctx context.Context) error
- func (m *Memory) Delete(ctx context.Context, key string) error
- func (m *Memory) Get(ctx context.Context, key string) ([]byte, error)
- func (m *Memory) Open(ctx context.Context) error
- func (m *Memory) Set(ctx context.Context, key string, val []byte, opts ...cache.SetOption) 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.