Local dispatcher not caching pages
I've set up the Dispatcher Tools locally, but it appears that nothing is being cached by the local dispatcher.
I verified this by creating a simple AEM component to print out the current time, similar to what's used for testing in the sling dynamic include video tutorial. I also verified that the sitemap xmls are the only files inside /mnt/var/www/html in the docker container.
I verified that my project's dispatcher configs are loaded, and they are the same configs that are used in our cloud environments where cache does work.
Does anyone know what might be going on here or what the next step would be to debug?