You are here

function views_content_cache_plugin_cache::option_defaults in Views content cache 6.2

Same name and namespace in other branches
  1. 7.3 views/views_content_cache_plugin_cache.inc \views_content_cache_plugin_cache::option_defaults()

File

views/views_content_cache_plugin_cache.inc, line 22

Class

views_content_cache_plugin_cache
Simple caching of query results for Views displays. Includes listening for changes/posts/deletions of certain node types.

Code

function option_defaults(&$options) {
  $options['results_max_lifespan'] = 21600;
  $options['output_max_lifespan'] = 21600;
}