You are here

function cache_actions_plugin_cache_rules::option_definition in Cache Actions 7.2

Same name and namespace in other branches
  1. 7 plugins/views/cache_actions_plugin_cache_rules.inc \cache_actions_plugin_cache_rules::option_definition()

Overrides views_object::option_definition

See also

views_object::option_definition()

File

plugins/views/cache_actions_plugin_cache_rules.inc, line 58
This file contains a cache that just implements the views cache plugin.

Class

cache_actions_plugin_cache_rules
Plugin that caches views infinitely. This is not really that useful unless you want rules to invalidate your cache.

Code

function option_definition() {
  return array();
}