Documentation ¶
Index ¶
- type LruStore
- func (s *LruStore) Get(ctx context.Context, key string) (storetypes.KeyValue, error)
- func (s *LruStore) PrefixGet(ctx context.Context, prefix string) ([]storetypes.KeyValue, error)
- func (s *LruStore) PrefixGetKey(ctx context.Context, prefix string) ([]storetypes.Key, error)
- func (s *LruStore) PrefixRemove(ctx context.Context, prefix string) ([]storetypes.KeyValue, error)
- func (s *LruStore) Put(ctx context.Context, key, value string) error
- func (s *LruStore) PutWithOption(ctx context.Context, key, value string, opts []interface{}) (interface{}, error)
- func (s *LruStore) Remove(ctx context.Context, key string) (*storetypes.KeyValue, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LruStore ¶
func (*LruStore) PrefixGetKey ¶
func (*LruStore) PrefixRemove ¶
func (*LruStore) PutWithOption ¶
Click to show internal directories.
Click to hide internal directories.