public function None::cacheSet

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

Overrides CachePluginBase::cacheSet

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/None.php, line 47
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

public function cacheSet($type) {
}