Documentation ¶
Index ¶
- type MockCacheClient
- func (c *MockCacheClient) Delete(key string) error
- func (c *MockCacheClient) Get(key string, obj interface{}) error
- func (c *MockCacheClient) NotifyUpdated(key string) error
- func (c *MockCacheClient) OnUpdated(ctx context.Context, key string, callback func() error) error
- func (c *MockCacheClient) Rename(oldKey string, newKey string, expiration time.Duration) error
- func (c *MockCacheClient) Set(item *cache.Item) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCacheClient ¶
type MockCacheClient struct { mock.Mock BaseCache cache.CacheClient ReadDelay time.Duration WriteDelay time.Duration }
func (*MockCacheClient) Delete ¶
func (c *MockCacheClient) Delete(key string) error
func (*MockCacheClient) Get ¶
func (c *MockCacheClient) Get(key string, obj interface{}) error
func (*MockCacheClient) NotifyUpdated ¶
func (c *MockCacheClient) NotifyUpdated(key string) error
Click to show internal directories.
Click to hide internal directories.