Versions in this module Expand all Collapse all v1 v1.1.0 Aug 4, 2020 Changes in this version + type MockBigcacheClientInterface struct + func NewMockBigcacheClientInterface(ctrl *gomock.Controller) *MockBigcacheClientInterface + func (m *MockBigcacheClientInterface) Delete(key string) error + func (m *MockBigcacheClientInterface) EXPECT() *MockBigcacheClientInterfaceMockRecorder + func (m *MockBigcacheClientInterface) Get(key string) ([]byte, error) + func (m *MockBigcacheClientInterface) Reset() error + func (m *MockBigcacheClientInterface) Set(key string, entry []byte) error + type MockBigcacheClientInterfaceMockRecorder struct + func (mr *MockBigcacheClientInterfaceMockRecorder) Delete(key interface{}) *gomock.Call + func (mr *MockBigcacheClientInterfaceMockRecorder) Get(key interface{}) *gomock.Call + func (mr *MockBigcacheClientInterfaceMockRecorder) Reset() *gomock.Call + func (mr *MockBigcacheClientInterfaceMockRecorder) Set(key, entry interface{}) *gomock.Call + type MockMemcacheClientInterface struct + func NewMockMemcacheClientInterface(ctrl *gomock.Controller) *MockMemcacheClientInterface + func (m *MockMemcacheClientInterface) Delete(item string) error + func (m *MockMemcacheClientInterface) EXPECT() *MockMemcacheClientInterfaceMockRecorder + func (m *MockMemcacheClientInterface) FlushAll() error + func (m *MockMemcacheClientInterface) Get(key string) (*memcache.Item, error) + func (m *MockMemcacheClientInterface) Set(item *memcache.Item) error + type MockMemcacheClientInterfaceMockRecorder struct + func (mr *MockMemcacheClientInterfaceMockRecorder) Delete(item interface{}) *gomock.Call + func (mr *MockMemcacheClientInterfaceMockRecorder) FlushAll() *gomock.Call + func (mr *MockMemcacheClientInterfaceMockRecorder) Get(key interface{}) *gomock.Call + func (mr *MockMemcacheClientInterfaceMockRecorder) Set(item interface{}) *gomock.Call + type MockRedisClientInterface struct + func NewMockRedisClientInterface(ctrl *gomock.Controller) *MockRedisClientInterface + func (m *MockRedisClientInterface) Del(keys ...string) *v7.IntCmd + func (m *MockRedisClientInterface) EXPECT() *MockRedisClientInterfaceMockRecorder + func (m *MockRedisClientInterface) FlushAll() *v7.StatusCmd + func (m *MockRedisClientInterface) Get(key string) *v7.StringCmd + func (m *MockRedisClientInterface) Set(key string, value interface{}, expiration time.Duration) *v7.StatusCmd + type MockRedisClientInterfaceMockRecorder struct + func (mr *MockRedisClientInterfaceMockRecorder) Del(keys ...interface{}) *gomock.Call + func (mr *MockRedisClientInterfaceMockRecorder) FlushAll() *gomock.Call + func (mr *MockRedisClientInterfaceMockRecorder) Get(key interface{}) *gomock.Call + func (mr *MockRedisClientInterfaceMockRecorder) Set(key, value, expiration interface{}) *gomock.Call + type MockRistrettoClientInterface struct + func NewMockRistrettoClientInterface(ctrl *gomock.Controller) *MockRistrettoClientInterface + func (m *MockRistrettoClientInterface) Clear() + func (m *MockRistrettoClientInterface) Del(key interface{}) + func (m *MockRistrettoClientInterface) EXPECT() *MockRistrettoClientInterfaceMockRecorder + func (m *MockRistrettoClientInterface) Get(key interface{}) (interface{}, bool) + func (m *MockRistrettoClientInterface) SetWithTTL(key, value interface{}, cost int64, ttl time.Duration) bool + type MockRistrettoClientInterfaceMockRecorder struct + func (mr *MockRistrettoClientInterfaceMockRecorder) Clear() *gomock.Call + func (mr *MockRistrettoClientInterfaceMockRecorder) Del(key interface{}) *gomock.Call + func (mr *MockRistrettoClientInterfaceMockRecorder) Get(key interface{}) *gomock.Call + func (mr *MockRistrettoClientInterfaceMockRecorder) SetWithTTL(key, value, cost, ttl interface{}) *gomock.Call