The base plugin to handle caching.

Hierarchy

Expanded class hierarchy of views_plugin_cache

Related topics

File

core/modules/views/plugins/views_plugin_cache.inc, line 18
Definition of views_plugin_cache.

Members

Contains filters are case sensitive
Name Modifierssort ascending Type Description
views_plugin_cache::get_results_key public function
views_plugin_cache::get_output_key public function
views_plugin_cache::get_cache_key public function Returns cache key.
views_object::unpack_translatables public function Unpacks each handler to store translatable texts.
views_object::unpack_translatable public function Unpack a single option definition.
views_plugin_cache::assetDiff protected function Computes the differences between two JS/CSS asset arrays.
views_plugin_cache::init function Initialize the plugin.
views_plugin_cache::summary_title function Return a string to display as the clickable title for the access control. Overrides views_plugin::summary_title
views_plugin_cache::cache_expire function Determine the expiration time of the cache type, or NULL if no expire.
views_plugin_cache::cache_set_expire function Determine expiration time in the cache table of the cache type or CACHE_PERMANENT if item shouldn't be removed automatically from cache.
views_plugin_cache::cache_set function Save data to the cache.
views_plugin_cache::cache_get function Retrieve data from the cache.
views_plugin_cache::cache_flush function Clear out cached data for a view.
views_plugin_cache::post_render function Post process any rendered data.
views_plugin_cache::cache_start function Start caching javascript, css and other out of band info.
views_plugin_cache::gather_headers function Gather out of band data, compare it to what we started with and store the difference.
views_plugin_cache::restore_headers function Restore out of band data saved to cache. Copied from Panels.
views_plugin::options_form function Provide a form to edit options for this plugin.
views_plugin::options_validate function Validate the options form.
views_plugin::options_submit function Handle any special handling on the validate form.
views_plugin::query function Add anything to the query that we might need to.
views_plugin::theme_functions function Provide a full list of possible theme templates used by this style.
views_plugin::additional_theme_functions function Provide a list of additional theme functions for the theme information page
views_plugin::validate function Validate that the plugin is correct and can be saved.
views_plugin::plugin_title function Return the human readable name of the display.
views_object::option_definition function Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_object::construct function Views handlers use a special construct function so that we can more easily construct them with variable arguments.
views_object::options Deprecated function Set default options on this object. Called by the constructor in a complex chain to deal with backward compatibility.
views_object::set_default_options function Set default options. For backward compatibility, it sends the options array; this is a feature that will likely disappear at some point.
views_object::_set_option_defaults function
views_object::unpack_options function Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away.
views_object::set_definition function Let the handler know what its full definition is.
views_object::destroy function