NewCacheLoader creates a new generated config loader
()
| 39 | |
| 40 | // NewCacheLoader creates a new generated config loader |
| 41 | func NewCacheLoader() Loader { |
| 42 | return &cacheLoader{} |
| 43 | } |
| 44 | |
| 45 | // Load loads the config from the filesystem |
| 46 | func (l *cacheLoader) Load(devSpaceFilePath string) (Cache, error) { |
no outgoing calls