function None::cache_set in Views (for Drupal 7) 8.3
Save data to the cache.
A plugin should override this to provide specialized caching behavior.
Overrides CachePluginBase::cache_set
File
- lib/
Drupal/ views/ Plugin/ views/ cache/ None.php, line 36 - Definition of Drupal\views\Plugin\views\cache\None.
Class
- None
- Caching plugin that provides no caching at all.
Namespace
Drupal\views\Plugin\views\cacheCode
function cache_set($type) {
}