Skip to content

Instantly share code, notes, and snippets.

@msonnabaum
Created February 17, 2012 19:22
Show Gist options
  • Save msonnabaum/1854994 to your computer and use it in GitHub Desktop.
Save msonnabaum/1854994 to your computer and use it in GitHub Desktop.
<?php
foreach (array_keys(views_get_all_views()) as $view) {
$view = views_get_view($view);
$view->display['default']->display_options['cache'] = array('type' => time, 'results_lifespan' => -1, 'output_lifespan' => 1800);
$view->save();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment