You are here

function None::cache_start in Views (for Drupal 7) 8.3

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

File

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 */
}