Documentation ¶
Index ¶
- type BaseStore
- func (s *BaseStore) CheckGet(key string, options ...cache.Option) (string, error)
- func (s *BaseStore) CheckGetModel(key string, value interface{}, options ...cache.Option) error
- func (s *BaseStore) CheckGetModelT(key string, value interface{}, trace trace.T) error
- func (s *BaseStore) CheckGetT(key string, trace trace.T) (string, error)
- func (s *BaseStore) Del(key string, options ...cache.Option) (int64, error)
- func (s *BaseStore) DelT(key string, trace trace.T) (int64, error)
- func (s *BaseStore) Exists(key string) (bool, error)
- func (s *BaseStore) Get(key string, options ...cache.Option) (string, error)
- func (s *BaseStore) GetModel(key string, value interface{}, options ...cache.Option) error
- func (s *BaseStore) GetModelT(key string, value interface{}, trace trace.T) error
- func (s *BaseStore) GetT(key string, trace trace.T) (string, error)
- func (s *BaseStore) Set(key string, value interface{}, options ...cache.Option) error
- func (s *BaseStore) SetModel(key string, value interface{}, options ...cache.Option) error
- func (s *BaseStore) SetModelT(key string, value interface{}, trace trace.T) error
- func (s *BaseStore) SetT(key string, value interface{}, trace trace.T) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseStore ¶
type BaseStore struct {
// contains filtered or unexported fields
}
func (*BaseStore) CheckGetModel ¶
func (*BaseStore) CheckGetModelT ¶
Click to show internal directories.
Click to hide internal directories.