| cache_set | includes/cache.inc | Store data in the persistent cache. |
| cache_set | includes/cache-install.inc | |
| views_cache_set | includes/cache.inc | Set a cached item in the views cache. |
| views_object_cache_set | includes/cache.inc | Store an object in the non-volatile Views cache. |
| views_plugin_cache::cache_set | plugins/views_plugin_cache.inc | Save data to the cache. |
| views_plugin_cache::cache_set_expire | plugins/views_plugin_cache.inc | Determine expiration time in the cache table of the cache type
or CACHE_PERMANENT if item shouldn't be removed automatically from cache. |
| views_plugin_cache_none::cache_set | plugins/views_plugin_cache_none.inc | Save data to the cache. |
| views_plugin_cache_time::cache_set_expire | plugins/views_plugin_cache_time.inc | Determine expiration time in the cache table of the cache type
or CACHE_PERMANENT if item shouldn't be removed automatically from cache. |
| views_ui_cache_set | ./views_ui.module | Specialized cache function to add a flag to our view, include an appropriate
include, and cache more easily. |
| _update_cache_set | modules/update/update.module | Store data in the private update status cache table. |