Is your feature request related to a problem?
config/cache.go has no test coverage. Cache operations (save/load/invalidate) are critical for performance and data integrity.
Describe the solution you'd like
Add config/cache_test.go with tests for:
- Save and load folder cache round-trip
- Cache invalidation
- Corrupt cache file handling
- Concurrent cache access
Is your feature request related to a problem?
config/cache.go has no test coverage. Cache operations (save/load/invalidate) are critical for performance and data integrity.
Describe the solution you'd like
Add
config/cache_test.gowith tests for: