# Functions
NewMockCache creates a new mock instance.
NewMockRedis creates a new mock instance.
NewMockRegistry creates a new mock instance.
# Structs
MockCache is a mock of Cache interface.
MockCacheMockRecorder is the mock recorder for MockCache.
MockRedis is a mock of Redis interface.
MockRedisMockRecorder is the mock recorder for MockRedis.
MockRegistry is a mock of Registry interface.
MockRegistryMockRecorder is the mock recorder for MockRegistry.