By default caching in turned off in development mode. To toggle this we run `rails dev:cache` that will toggle `config.action_controller.perform_caching`. However, when `config.action_controller.perform_caching` is `false`, Phlex is still caching in development.