Search for cache_set

  1. Search 7.x-3.x for cache_set
  2. Other projects
Title Object type File name Summary
views_cache_set function includes/cache.inc Set a cached item in the views cache.
views_object_cache_set function includes/cache.inc Store an object in the non-volatile 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
or CACHE_PERMANENT if item shouldn't be removed automatically from cache.
views_plugin_cache_none::cache_set function plugins/views_plugin_cache_none.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
or CACHE_PERMANENT if item shouldn't be removed automatically from cache.
views_ui_cache_set function ./views_ui.module Specialized cache function to add a flag to our view, include an appropriate
include, and cache more easily.