Search for cache_set
Title | Object type | File name | Summary |
---|---|---|---|
views_cache_set | function | includes/ |
Set a cached item in the views cache. |
views_object_cache_set | function | includes/ |
Store an object in the non-volatile Views cache. |
views_plugin_cache::cache_set | function | plugins/ |
Save data to the cache. |
views_plugin_cache::cache_set_expire | function | plugins/ |
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/ |
Save data to the cache. |
views_plugin_cache_time::cache_set_expire | function | plugins/ |
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 | ./ |
Specialized cache function to add a flag to our view, include an appropriate include, and cache more easily. |