Documentation ¶
Index ¶
- type Cache
- func (_m *Cache) Get(key string, value interface{}) error
- func (_m *Cache) GetInvalidateClusterEvent() string
- func (_m *Cache) Keys() ([]string, error)
- func (_m *Cache) Len() (int, error)
- func (_m *Cache) Name() string
- func (_m *Cache) Purge() error
- func (_m *Cache) Remove(key string) error
- func (_m *Cache) Set(key string, value interface{}) error
- func (_m *Cache) SetWithDefaultExpiry(key string, value interface{}) error
- func (_m *Cache) SetWithExpiry(key string, value interface{}, ttl time.Duration) error
- type Provider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
Cache is an autogenerated mock type for the Cache type
func (*Cache) GetInvalidateClusterEvent ¶
GetInvalidateClusterEvent provides a mock function with given fields:
func (*Cache) SetWithDefaultExpiry ¶
SetWithDefaultExpiry provides a mock function with given fields: key, value
Click to show internal directories.
Click to hide internal directories.