# Functions
NewMockCache creates a new mock instance.
Start returns a new Cache instance, and starts a goroutine to cache the config
secret is the secret key to encrypt the config with before storing it
key is the key to use to store and fetch the config from the cache store
ch is the channel to listen on for config updates and store them.
# Structs
MockCache is a mock of Cache interface.
MockCacheMockRecorder is the mock recorder for MockCache.
# Interfaces
No description provided by the author