Would be lovely to be able to disable views caching globally via settings.php
Much like you can with other core caching mechanisms...

$conf = array(
   'cache' => FALSE,
   'block_cache' => FALSE,
   'preprocess_css' => FALSE,
);

Comments

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)