Coldbox 3.5.2 - Blackhole Cache in dev environment

Hi folks,

I’m looking to modify the template cache for my development machine to use the Blackhole cache instead of the default ConcurrentsofReferenceStore, in order to allow me to set the caching of my views. Basically I want to have my cacheTimeout code in place for production but not actually cache anything on dev so that I can make modifications to views ad-hoc. I’m using environment functions in my Coldbox.cfc config. in order to flip the template cache to Blackhole in dev do I just place my updated Cachebox config within my development environment function?

Thanks.

Nolan

You can or just use the cacheboxconfig setting and point it to a new config cfc.

Which cacheboxconfig setting are you referring to?

Thanks.