You are here

public function views_plugin_cache_none::cache_start in Views (for Drupal 7) 7.3

Same name and namespace in other branches
  1. 6.3 plugins/views_plugin_cache_none.inc \views_plugin_cache_none::cache_start()
  2. 6.2 plugins/views_plugin_cache_none.inc \views_plugin_cache_none::cache_start()

Start caching JavaScript, css and other out of band info.

This takes a snapshot of the current system state so that we don't duplicate it. Later on, when gather_headers() is run, this information will be removed so that we don't hold onto it.

Overrides views_plugin_cache::cache_start

File

plugins/views_plugin_cache_none.inc, line 18
Definition of views_plugin_cache_none.

Class

views_plugin_cache_none
Caching plugin that provides no caching at all.

Code

public function cache_start() {

  // Do nothing.
}