1 views_plugin_cache_none.inc views_plugin_cache_none::cache_set($type)

Save data to the cache.

A plugin should override this to provide specialized caching behavior.

Overrides views_plugin_cache::cache_set

File

core/modules/views/plugins/views_plugin_cache_none.inc, line 23
Definition of views_plugin_cache_none.

Class

views_plugin_cache_none
Caching plugin that provides no caching at all.

Code

function cache_set($type) {
}