cache_clear_all

Functions that call cache_clear_all()

Namesort iconLocationDescription
aggregator_refreshmodules/aggregator/aggregator.moduleChecks a news feed for new items.
block_admin_display_submitmodules/block/block.moduleProcess main block administration form submission.
block_box_delete_submitmodules/block/block.moduleDeletion 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 table.
comment_admin_overview_submitmodules/comment/comment.moduleExecute the chosen 'Update option' on the selected comments, such as publishing, unpublishing or deleting.
comment_multiple_delete_confirm_submitmodules/comment/comment.modulePerform the actual comment deletion.
comment_savemodules/comment/comment.moduleAccepts a submission of new or changed comment content.
drupal_clear_css_cacheincludes/common.incDelete all cached CSS files.
filter_admin_configure_submitmodules/filter/filter.moduleClear the filter's cache when configuration settings are saved.
filter_admin_delete_submitmodules/filter/filter.moduleProcess filter delete form submission.
filter_admin_format_form_submitmodules/filter/filter.moduleProcess filter format form submissions.
filter_admin_order_submitmodules/filter/filter.moduleProcess filter order configuration form submission.
filter_cronmodules/filter/filter.moduleImplementation of hook_cron().
localemodules/locale/locale.moduleProvides interface translation services.
locale_admin_manage_delete_form_submitmodules/locale/locale.moduleProcess language deletion submissions.
menu_rebuildincludes/menu.incPopulate the database representation of the menu.
module_disableincludes/module.incDisable a given set of modules.
module_enableincludes/module.incEnable a given list of modules.
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.moduleSubmit the node administration update form.
node_deletemodules/node/node.moduleDelete a node.
node_savemodules/node/node.moduleSave a node object into the database.
poll_votemodules/poll/poll.moduleCallback for processing a vote
profile_field_delete_submitmodules/profile/profile.moduleProcess a field delete form submission.
profile_field_form_submitmodules/profile/profile.moduleProcess profile_field_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_do_updatesupdate.phpPerform updates for one second or until finished.
user_admin_account_submitmodules/user/user.moduleSubmit the user administration update form.
variable_delincludes/bootstrap.incUnset a persistent variable.
variable_setincludes/bootstrap.incSet a persistent variable.
_locale_admin_manage_screen_submitincludes/locale.incProcess locale admin manager form submissions.
_locale_import_poincludes/locale.incParses Gettext Portable Object file information and inserts into database

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 table.
db_queryincludes/database.incRuns a basic query in the active database.
variable_getincludes/bootstrap.incReturn a persistent variable.
variable_setincludes/bootstrap.incSet a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.