annotated-container
annotated-container copied to clipboard
Running build command should auto-clear cache
The build command will erroneously re-use a cached definition if it is present. This command should clear the cache before building. Rebuilding the cached container is not intuitive and doesn't make sense.
This will be feasible to implement once we introduce a semantic Cache instance and implementations. Right now there's no easy way to test this.
Relies on resolving #141