| block_flush_caches | modules/block/block.module | Implementation of hook_flush_caches(). |
| cache_clear_all | includes/cache-install.inc | |
| cache_clear_all | includes/cache.inc | Expire data from the cache. If called without arguments, expirable
entries will be cleared from the cache_page and cache_block tables. |
| cache_get | includes/cache-install.inc | |
| cache_get | includes/cache.inc | Return data from the persistent cache. Data may be stored as either plain text or as serialized data.
cache_get will automatically return unserialized objects and arrays. |
| cache_set | includes/cache-install.inc | |
| cache_set | includes/cache.inc | Store data in the persistent cache. |
| devel_cache_clear | ./devel.module | Menu callback; clears all caches, then redirects to the previous page. |
| drupal_build_css_cache | includes/common.inc | Aggregate and optimize CSS files, putting them in the files directory. |
| drupal_build_js_cache | includes/common.inc | Aggregate JS files, putting them in the files directory. |
| drupal_clear_css_cache | includes/common.inc | Delete all cached CSS files. |
| drupal_clear_js_cache | includes/common.inc | Delete all cached JS files. |
| drupal_clear_path_cache | includes/common.inc | Reset the static variable which holds the aliases mapped for this request. |
| drupal_flush_all_caches | includes/common.inc | Flush all cached data on the site. |
| drupal_page_cache_header | includes/bootstrap.inc | Set HTTP headers in preparation for a cached page response. |
| filter_format_allowcache | modules/filter/filter.module | Check if text in a certain input format is allowed to be cached. |
| form_get_cache | includes/form.inc | Fetch a form from cache. |
| form_set_cache | includes/form.inc | Store a form in the cache. |
| hook_flush_caches | developer/hooks/core.php | Add a list of cache tables to be cleared. |
| menu_cache_clear | includes/menu.inc | Clears the cached cached data for a single named menu. |
| menu_cache_clear_all | includes/menu.inc | Clears all cached menu data. This should be called any time broad changes
might have been made to the router items or menu links. |
| module_rebuild_cache | includes/module.inc | Rebuild the database cache of module files. |
| page_cache_fastpath | developer/hooks/core.php | Outputs a cached page. |
| page_get_cache | includes/bootstrap.inc | Retrieve the current page from the cache. |
| page_set_cache | includes/common.inc | Store the current page in the cache. |
| system_clear_cache_submit | modules/system/system.admin.inc | Submit callback; clear system caches. |
| update_flush_caches | modules/update/update.module | Implementation of hook_flush_caches(). |
| update_invalidate_cache | modules/update/update.module | Invalidates all cached data relating to update status. |
| update_project_cache | modules/update/update.compare.inc | Retrieve data from {cache_update} or empty the cache when necessary. |