# README
mockgen -source=api/types.go -destination=mock/cache_mock.go -package=mock
# Functions
NewMockCache creates a new mock instance.
NewMockCacheManager creates a new mock instance.
NewMockCircuitBreakerCache creates a new mock instance.
NewMockClientCache creates a new mock instance.
NewMockConfigFileCache creates a new mock instance.
NewMockConfigGroupCache creates a new mock instance.
NewMockFaultDetectCache creates a new mock instance.
NewMockGrayCache creates a new mock instance.
NewMockInstanceCache creates a new mock instance.
NewMockL5Cache creates a new mock instance.
NewMockNamespaceCache creates a new mock instance.
NewMockRateLimitCache creates a new mock instance.
NewMockRoutingConfigCache creates a new mock instance.
NewMockServiceCache creates a new mock instance.
NewMockServiceContractCache creates a new mock instance.
NewMockServiceRevisionWorker creates a new mock instance.
NewMockStrategyCache creates a new mock instance.
NewMockUserCache creates a new mock instance.
# Structs
MockCache is a mock of Cache interface.
MockCacheManager is a mock of CacheManager interface.
MockCacheManagerMockRecorder is the mock recorder for MockCacheManager.
MockCacheMockRecorder is the mock recorder for MockCache.
MockCircuitBreakerCache is a mock of CircuitBreakerCache interface.
MockCircuitBreakerCacheMockRecorder is the mock recorder for MockCircuitBreakerCache.
MockClientCache is a mock of ClientCache interface.
MockClientCacheMockRecorder is the mock recorder for MockClientCache.
MockConfigFileCache is a mock of ConfigFileCache interface.
MockConfigFileCacheMockRecorder is the mock recorder for MockConfigFileCache.
MockConfigGroupCache is a mock of ConfigGroupCache interface.
MockConfigGroupCacheMockRecorder is the mock recorder for MockConfigGroupCache.
MockFaultDetectCache is a mock of FaultDetectCache interface.
MockFaultDetectCacheMockRecorder is the mock recorder for MockFaultDetectCache.
MockGrayCache is a mock of GrayCache interface.
MockGrayCacheMockRecorder is the mock recorder for MockGrayCache.
MockInstanceCache is a mock of InstanceCache interface.
MockInstanceCacheMockRecorder is the mock recorder for MockInstanceCache.
MockL5Cache is a mock of L5Cache interface.
MockL5CacheMockRecorder is the mock recorder for MockL5Cache.
MockNamespaceCache is a mock of NamespaceCache interface.
MockNamespaceCacheMockRecorder is the mock recorder for MockNamespaceCache.
MockRateLimitCache is a mock of RateLimitCache interface.
MockRateLimitCacheMockRecorder is the mock recorder for MockRateLimitCache.
MockRoutingConfigCache is a mock of RoutingConfigCache interface.
MockRoutingConfigCacheMockRecorder is the mock recorder for MockRoutingConfigCache.
MockServiceCache is a mock of ServiceCache interface.
MockServiceCacheMockRecorder is the mock recorder for MockServiceCache.
MockServiceContractCache is a mock of ServiceContractCache interface.
MockServiceContractCacheMockRecorder is the mock recorder for MockServiceContractCache.
MockServiceRevisionWorker is a mock of ServiceRevisionWorker interface.
MockServiceRevisionWorkerMockRecorder is the mock recorder for MockServiceRevisionWorker.
MockStrategyCache is a mock of StrategyCache interface.
MockStrategyCacheMockRecorder is the mock recorder for MockStrategyCache.
MockUserCache is a mock of UserCache interface.
MockUserCacheMockRecorder is the mock recorder for MockUserCache.