Caching in Dev Mode
Learn why Barry disables caching during development.
Dev Mode = No Caching
When you run the dev server with:
barry dev
Barry disables caching by default. This ensures you always see your latest code and templates without needing to clear anything manually.
To preview production behavior, use:
barry prod
Learn more in CLI Commands.