function None::cache_start

Start caching the html head.

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 CachePluginBase::cache_start

See also

drupal_add_html_head()

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/None.php, line 26
Definition of Drupal\views\Plugin\views\cache\None.

Class

None
Caching plugin that provides no caching at all.

Namespace

Drupal\views\Plugin\views\cache

Code

function cache_start() {

  /* do nothing */
}