annotated-container icon indicating copy to clipboard operation
annotated-container copied to clipboard

Running build command should auto-clear cache

Open cspray opened this issue 3 years ago • 2 comments

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.

cspray avatar Aug 01 '22 19:08 cspray

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.

cspray avatar Aug 06 '22 15:08 cspray

Relies on resolving #141

cspray avatar Jun 05 '24 13:06 cspray