function None::cacheSet

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/cache/None.php \Drupal\views\Plugin\views\cache\None::cacheSet()
  2. 10 core/modules/views/src/Plugin/views/cache/None.php \Drupal\views\Plugin\views\cache\None::cacheSet()
  3. 11.x core/modules/views/src/Plugin/views/cache/None.php \Drupal\views\Plugin\views\cache\None::cacheSet()

Replace the cache set logic so it does not set a cache item at all.

Overrides CachePluginBase::cacheSet

File

core/modules/views/src/Plugin/views/cache/None.php, line 36

Class

None
Caching plugin that provides no caching at all.

Namespace

Drupal\views\Plugin\views\cache

Code

public function cacheSet($type) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.