Is is possible to temporaily disable template caching on all templates without having to go through each template and manual disable it in admin?
I'd like to keep my development site and live site settings the same (it makes migrations easier), including the template cache settings, but want to disable the _actual_ caching (except for testing) on my dev site. Is there a config or other setting I can use in just one location (preferably in config-dev.php) that will achieve this?
Also, this is more iof a secondary/wish-list issue, but it would be nice if the cache could be disabled for specific SESSION vars (when not logged-in) as well as GET/POST vars.