cache_clear_all

Functions that call cache_clear_all()

Namesort iconLocationDescription
aggregator_refreshmodules/aggregator/aggregator.moduleChecks a news feed for new items.
block_add_block_form_submitmodules/block/block.admin.incSave the new custom block.
block_admin_display_form_submitmodules/block/block.admin.incProcess main blocks administration form submission.
block_box_delete_submitmodules/block/block.admin.incDeletion of custom blocks.
cache_clear_allincludes/cache.incExpire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables.
comment_admin_overview_submitmodules/comment/comment.admin.incProcess comment_admin_overview form submissions.
comment_confirm_delete_submitmodules/comment/comment.admin.incProcess comment_confirm_delete form submissions.
comment_multiple_delete_confirm_submitmodules/comment/comment.admin.incProcess comment_multiple_delete_confirm form submissions.
comment_savemodules/comment/comment.moduleAccepts a submission of new or changed comment content.
drupal_flush_all_cachesincludes/common.incFlush all cached data on the site.
drupal_process_formincludes/form.incThis function is the heart of form API. The form gets built, validated and in appropriate cases, submitted.
drupal_rebuild_theme_registryincludes/theme.incForce the system to rebuild the theme registry; this should be called when modules are added to the system, or when a dynamic system needs to add more theme hooks.
filter_admin_configure_submitmodules/filter/filter.admin.incClear the filter's cache when configuration settings are saved.
filter_admin_delete_submitmodules/filter/filter.admin.incProcess filter delete form submission.
filter_admin_format_form_submitmodules/filter/filter.admin.incProcess filter format form submissions.
filter_admin_order_submitmodules/filter/filter.admin.incProcess filter order configuration form submission.
filter_cronmodules/filter/filter.moduleImplementation of hook_cron().
localemodules/locale/locale.moduleProvides interface translation services.
locale_languages_delete_form_submitincludes/locale.incProcess language deletion submissions.
locale_languages_overview_form_submitincludes/locale.incProcess language overview form submissions, updating existing languages.
locale_translate_delete_form_submitincludes/locale.incProcess string deletion submissions.
locale_translate_edit_form_submitincludes/locale.incProcess string editing form submissions. Saves all translations of one string submitted from a form.
menu_cache_clearincludes/menu.incClears the cached cached data for a single named menu.
menu_cache_clear_allincludes/menu.incClears all cached menu data. This should be called any time broad changes might have been made to the router items or menu links.
menu_delete_menu_confirm_submitmodules/menu/menu.admin.incDelete a custom menu and all items in it.
node_access_rebuildmodules/node/node.moduleRebuild the node access database. This is occasionally needed by modules that make system-wide changes to access levels.
node_admin_nodes_submitmodules/node/node.admin.incProcess node_admin_nodes form submissions.
node_deletemodules/node/node.moduleDelete a node.
node_savemodules/node/node.moduleSave a node object into the database.
poll_votemodules/poll/poll.moduleSubmit handler for processing a vote
profile_admin_overview_submitmodules/profile/profile.admin.incSubmit handler to update changed profile field weights and categories. See alsoprofile_admin_overview()
profile_field_delete_submitmodules/profile/profile.admin.incProcess a field delete form submission.
profile_field_form_submitmodules/profile/profile.admin.incProcess profile_field_form submissions.
system_cronmodules/system/system.moduleImplementation of hook_cron().
system_modulesmodules/system/system.admin.incMenu callback; provides module enable/disable interface.
system_settings_form_submitmodules/system/system.moduleExecute the system_settings_form.
system_theme_settings_submitmodules/system/system.admin.incProcess system_theme_settings form submissions.
taxonomy_del_termmodules/taxonomy/taxonomy.moduleDelete a term.
taxonomy_del_vocabularymodules/taxonomy/taxonomy.moduleDelete a vocabulary.
taxonomy_save_termmodules/taxonomy/taxonomy.moduleHelper function for taxonomy_form_term_submit().
throttle_exitmodules/throttle/throttle.moduleImplementation of hook_exit().
update_invalidate_cachemodules/update/update.moduleInvalidates any cached data relating to update status.
update_project_cachemodules/update/update.compare.incRetrieve data from {cache_update} or empty the cache when necessary.
user_profile_form_submitmodules/user/user.pages.incSubmit function for the user account and profile editing form.
variable_delincludes/bootstrap.incUnset a persistent variable.
variable_setincludes/bootstrap.incSet a persistent variable.
_locale_import_poincludes/locale.incParses Gettext Portable Object file information and inserts into database
_menu_clear_page_cacheincludes/menu.incHelper function to clear the page and block caches at most twice per page load.
_node_access_rebuild_batch_finishedmodules/node/node.modulePost-processing for node_access_rebuild_batch.

Functions called by cache_clear_all()

Namesort iconLocationDescription
cache_clear_allincludes/cache.incExpire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page and cache_block tables.
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
variable_getincludes/bootstrap.incReturn a persistent variable.
variable_setincludes/bootstrap.incSet a persistent variable.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.