views_cache_set |
function |
includes/cache.inc |
Set a cached item in the views cache. |
views_plugin_cache::cache_set |
function |
plugins/views_plugin_cache.inc |
Save data to the cache. |
views_plugin_cache::cache_set_expire |
function |
plugins/views_plugin_cache.inc |
Determine expiration time in the cache table of the cache type. |
views_plugin_cache_none::cache_set |
function |
plugins/views_plugin_cache_none.inc |
Save data to the cache. |
views_plugin_cache_time::cache_set |
function |
plugins/views_plugin_cache_time.inc |
Save data to the cache. |
views_plugin_cache_time::cache_set_expire |
function |
plugins/views_plugin_cache_time.inc |
Determine expiration time in the cache table of the cache type. |
views_ui_cache_set |
function |
./views_ui.module |
Cache set. |