You are here

function views_content_cache_plugin_cache::option_defaults in Views content cache 7.3

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

File

views/views_content_cache_plugin_cache.inc, line 25
Provides the Views content cache, views cache plugin.

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;
}