Documentation
¶
Index ¶
- type ManagerMock
- func (m *ManagerMock) Delete(ctx context.Context, keys ...string) error
- func (m *ManagerMock) Get(ctx context.Context, key string, value interface{}) error
- func (m *ManagerMock) Invalidate(ctx context.Context, keyRegex string) error
- func (m *ManagerMock) Set(ctx context.Context, key string, value interface{}) error
- func (m *ManagerMock) SetWithExpiration(ctx context.Context, key string, value interface{}, expiration time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagerMock ¶
func (*ManagerMock) Delete ¶
func (m *ManagerMock) Delete(ctx context.Context, keys ...string) error
func (*ManagerMock) Get ¶
func (m *ManagerMock) Get(ctx context.Context, key string, value interface{}) error
func (*ManagerMock) Invalidate ¶
func (m *ManagerMock) Invalidate(ctx context.Context, keyRegex string) error
func (*ManagerMock) Set ¶
func (m *ManagerMock) Set(ctx context.Context, key string, value interface{}) error
func (*ManagerMock) SetWithExpiration ¶
Click to show internal directories.
Click to hide internal directories.