Documentation
¶
Index ¶
- type Noop
- func (Noop) Delete(context.Context, string) error
- func (Noop) Get(context.Context, string) (string, error)
- func (Noop) GetBytes(context.Context, string) ([]byte, error)
- func (Noop) GetInt64(context.Context, string) (int64, error)
- func (Noop) GetJSON(context.Context, string, interface{}) error
- func (Noop) GetJSONWithTTL(context.Context, string, interface{}) (cache.LookupMeta, error)
- func (Noop) GetWithTTL(context.Context, string) (string, cache.LookupMeta, error)
- func (Noop) HDel(context.Context, string, string) error
- func (Noop) HGet(context.Context, string, string) (string, error)
- func (Noop) HGetAll(context.Context, string) (map[string]string, error)
- func (Noop) HGetAllMulti(_ context.Context, keys []string) ([]map[string]string, error)
- func (Noop) HIncrBy(context.Context, string, string, int64) (int64, error)
- func (Noop) HSet(context.Context, string, string, string) error
- func (Noop) Incr(context.Context, string) (int64, error)
- func (Noop) MGetBytes(_ context.Context, keys ...string) ([][]byte, error)
- func (Noop) ReleaseRefreshLock(context.Context, string, string) error
- func (Noop) Set(context.Context, string, string) error
- func (Noop) SetInt64(context.Context, string, int64) error
- func (Noop) SetJSON(context.Context, string, interface{}) error
- func (Noop) SetTTL(context.Context, string, int64) error
- func (Noop) SetTimed(context.Context, string, string, int64) error
- func (Noop) SetTimedInt64(context.Context, string, int64, int64) error
- func (Noop) SetTimedJSON(context.Context, string, interface{}, int64, ...cache.TimedOption) error
- func (Noop) SetTimedJSONBatch(context.Context, []string, []interface{}, int64, ...cache.TimedOption) error
- func (Noop) SetTimedJSONNX(context.Context, string, interface{}, int64, ...cache.TimedOption) (bool, error)
- func (Noop) TryAcquireRefreshLock(context.Context, string, string, time.Duration) (bool, error)
- func (Noop) XAdd(context.Context, string, int64, bool, map[string]interface{}) error
- func (Noop) ZAdd(context.Context, string, float64, string) error
- func (Noop) ZAddBatch(context.Context, string, []cache.ZBatchMember) error
- func (Noop) ZRem(context.Context, string, ...string) error
- func (Noop) ZRevRangeByScore(context.Context, string, string, string, int64, int64) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Noop ¶
type Noop struct{}
func (Noop) GetJSONWithTTL ¶
func (Noop) GetWithTTL ¶
func (Noop) HGetAllMulti ¶
func (Noop) ReleaseRefreshLock ¶
func (Noop) SetTimedJSON ¶
func (Noop) SetTimedJSONBatch ¶
func (Noop) SetTimedJSONNX ¶
func (Noop) TryAcquireRefreshLock ¶
Click to show internal directories.
Click to hide internal directories.