cache_clear_all
- Versions
- 5 – 6
cache_clear_all($cid = NULL,$table= NULL, $wildcard = FALSE)- 7
cache_clear_all($cid = NULL, $bin = NULL, $wildcard = FALSE)
▾ 127 functions call cache_clear_all()
- admin_menu_flush_cache in contrib/admin_menu/admin_menu.inc
- Flush all caches or a specific one.
- admin_menu_toggle_modules in contrib/admin_menu/admin_menu.inc
- Menu callback to enable/disable developer modules.
- aggregator_refresh in core/modules/aggregator/aggregator.module
- Checks a news feed for new items.
- backup_migrate_uninstall in contrib/backup_migrate/backup_migrate.install
- Remove variables on uninstall.
- block_add_block_form_submit in core/modules/block/block.admin.inc
- Save the new custom block.
- block_admin_configure_submit in core/modules/block/block.admin.inc
- block_admin_display_form_submit in core/modules/block/block.admin.inc
- Process main blocks administration form submission.
- block_box_delete_submit in core/modules/block/block.admin.inc
- Deletion of custom blocks.
- calendar_ical_setup_form_submit in contrib/calendar/calendar_ical/calendar_ical_admin.inc
- Save requested values.
- calendar_update_5000 in contrib/calendar/calendar.install
- Move these caches from 'cache' to 'cache_views' so they get cleared automatically whenever views_invalidate_cache() is called.
- calendar_update_6000 in contrib/calendar/calendar.install
- captcha_uninstall in contrib/captcha/captcha.install
- Implementation of hook_uninstall().
- comment_admin_overview_submit in core/modules/comment/comment.admin.inc
- Process comment_admin_overview form submissions.
- comment_confirm_delete_submit in core/modules/comment/comment.admin.inc
- Process comment_confirm_delete form submissions.
- comment_mollom_report_delete in contrib/mollom/mollom.module
- Mollom report delete callback; Deletes a comment and its replies. See alsocomment_confirm_delete_submit()
- comment_multiple_delete_confirm_submit in core/modules/comment/comment.admin.inc
- Process comment_multiple_delete_confirm form submissions.
- comment_save in core/modules/comment/comment.module
- Accepts a submission of new or changed comment content.
- contemplate_update_6102 in contrib/contemplate/contemplate.install
- clear the cache to get the updates to hook_menu().
- content_clear_type_cache in contrib/cck/content.module
- Clear the cache of content_types; called in several places when content information is changed.
- content_delete in contrib/cck/content.module
- Implementation of hook_nodeapi 'delete' op.
- content_delete_revision in contrib/cck/content.module
- Implementation of hook_nodeapi 'delete_revision' op.
- content_disable in contrib/cck/content.install
- Implementation of hook_disable().
- content_enable in contrib/cck/content.install
- Implementation of hook_enable().
- content_update in contrib/cck/content.module
- Implementation of hook_nodeapi 'update' op.
- ctools_css_clear in contrib/ctools/includes/css.inc
- Remove stored CSS and any associated file.
- ctools_process_form in contrib/ctools/includes/form.inc
- ctools' replacement for drupal_process_form that accepts commands not to redirect, as well as forcing processing of 'get' method forms.
- date_api_uninstall in contrib/date/date_api.install
- Implementation of hook_uninstall().
- date_timezone_update_5200 in contrib/date/date_timezone/date_timezone.install
- Get rid of deprecated timezone names.
- date_tools_wizard_create_calendar in contrib/date/date_tools/date_tools.module
- date_update_5104 in contrib/date/date/date.install
- Move these caches from 'cache' to 'cache_views' so they get cleared automatically whenever views_invalidate_cache() is called.
- date_update_5200 in contrib/date/date/date.install
- Version 5.2 updates.
- drupal_flush_all_caches in core/includes/common.inc
- Flush all cached data on the site.
- drupal_process_form in core/includes/form.inc
- This function is the heart of form API. The form gets built, validated and in appropriate cases, submitted.
- drupal_process_form_new in contrib/views/includes/form.inc
- Views' replacement for drupal_process_form that accepts commands not to redirect, as well as forcing processing of 'get' method forms.
- drupal_rebuild_theme_registry in core/includes/theme.inc
- Force 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.
- emfield_update_6005 in contrib/emfield/emfield.install
- Add a provider data version column to existing fields.
- emvideo_update_6016 in contrib/emfield/contrib/emvideo/emvideo.install
- Add a duration column to existing fields.
- fieldgroup_content_fieldapi in contrib/cck/modules/fieldgroup/fieldgroup.module
- Implementation of hook_fieldapi().
- fieldgroup_delete in contrib/cck/modules/fieldgroup/fieldgroup.module
- fieldgroup_field_overview_form_submit in contrib/cck/modules/fieldgroup/fieldgroup.module
- fieldgroup_node_type in contrib/cck/modules/fieldgroup/fieldgroup.module
- Implementation of hook_node_type() React to change in node types
- fieldgroup_update_fields in contrib/cck/modules/fieldgroup/fieldgroup.module
- filefield_update_6001 in contrib/filefield/filefield.install
- Upgrade FileField to Drupal 6.
- filefield_update_6100 in contrib/filefield/filefield.install
- Migrate field settings from 'force_list_default' and 'show_description'.
- filefield_update_6103 in contrib/filefield/filefield.install
- Convert "Extensible File" to a normal "File" widget.
- filter_admin_configure_submit in core/modules/filter/filter.admin.inc
- Clear the filter's cache when configuration settings are saved.
- filter_admin_delete_submit in core/modules/filter/filter.admin.inc
- Process filter delete form submission.
- filter_admin_format_form_submit in core/modules/filter/filter.admin.inc
- Process filter format form submissions.
- filter_admin_order_submit in core/modules/filter/filter.admin.inc
- Process filter order configuration form submission.
- filter_cron in core/modules/filter/filter.module
- Implementation of hook_cron().
- i18nstrings_add_string in contrib/i18n/i18nstrings/i18nstrings.module
- Add source string to the locale tables for translation.
- i18nstrings_refresh_group in contrib/i18n/i18nstrings/i18nstrings.module
- Refresh all user defined strings for a given text group.
- i18nstrings_remove_string in contrib/i18n/i18nstrings/i18nstrings.module
- Remove string for a given context.
- i18nstrings_textgroup in contrib/i18n/i18nstrings/i18nstrings.module
- Provides interface translation services.
- i18n_variable_del in contrib/i18n/i18n.module
- Unset a persistent multilingual variable.
- i18n_variable_set in contrib/i18n/i18n.module
- Set a persistent language dependent variable.
- imagecache_presets in contrib/imagecache/imagecache.module
- Get an array of all presets and their settings.
- imagecache_update_4 in contrib/imagecache/imagecache.install
- image_captcha_uninstall in contrib/captcha/image_captcha/image_captcha.install
- On uninstall: remove module variables and clear variable cache
- img_assist_cache_clear in contrib/img_assist/img_assist.module
- Menu callback; clears relevant caches, then redirects to the previous page. See alsodevel_cache_clear()
- img_assist_nodeapi in contrib/img_assist/img_assist.module
- Implementation of hook_nodeapi().
- lightbox2_general_settings_form_submit in contrib/lightbox2/lightbox2.admin.inc
- Submit function for the general configuration form.
- locale in core/modules/locale/locale.module
- Provides interface translation services.
- locale_languages_delete_form_submit in core/includes/locale.inc
- Process language deletion submissions.
- locale_languages_overview_form_submit in core/includes/locale.inc
- Process language overview form submissions, updating existing languages.
- locale_translate_delete_form_submit in core/includes/locale.inc
- Process string deletion submissions.
- locale_translate_edit_form_submit in core/includes/locale.inc
- Process string editing form submissions.
- location_admin_settings in contrib/location/location.admin.inc
- Admin settings form.
- location_util_form_clear_province_cache_submit in contrib/location/location.admin.inc
- Location utilities form: Clear province cache.
- location_util_form_clear_supported_countries_submit in contrib/location/location.admin.inc
- Location utilities form: Clear supported countries cache.
- menu_cache_clear in core/includes/menu.inc
- Clears the cached cached data for a single named menu.
- menu_cache_clear_all in core/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.
- menu_delete_menu_confirm_submit in core/modules/menu/menu.admin.inc
- Delete a custom menu and all items in it.
- mollom_comment_admin_overview_submit in contrib/mollom/mollom.admin.inc
- Form submit handler to mass-report and unpublish or delete comments.
- mollom_delete_form_list in contrib/mollom/mollom.module
- Returns a mapping of entity delete forms to registered Mollom form ids.
- mollom_form_submit in contrib/mollom/mollom.module
- Form submit handler to flush Mollom session and form information from cache.
- mollom_node_admin_overview_submit in contrib/mollom/mollom.admin.inc
- Form submit handler to mass-report and unpublish or delete nodes.
- node_access_rebuild in core/modules/node/node.module
- Rebuild the node access database. This is occasionally needed by modules that make system-wide changes to access levels.
- node_admin_nodes_submit in core/modules/node/node.admin.inc
- Process node_admin_nodes form submissions.
- node_delete in core/modules/node/node.module
- Delete a node.
- node_save in core/modules/node/node.module
- Save a node object into the database.
- page_manager_save_page_cache in contrib/ctools/page_manager/page_manager.module
- Write all changes from the page cache and clear it out.
- panels_simple_cache_clear_cache in contrib/panels/plugins/cache/simple.inc
- Clear cached content.
- pathauto_install in contrib/pathauto/pathauto.install
- Implementation of hook_install().
- pathauto_uninstall in contrib/pathauto/pathauto.install
- Implementation of hook_uninstall().
- poll_vote in core/modules/poll/poll.module
- Submit handler for processing a vote
- profile_admin_overview_submit in core/modules/profile/profile.admin.inc
- Submit handler to update changed profile field weights and categories. See alsoprofile_admin_overview()
- profile_field_delete_submit in core/modules/profile/profile.admin.inc
- Process a field delete form submission.
- profile_field_form_submit in core/modules/profile/profile.admin.inc
- Process profile_field_form submissions.
- scaffolding_example_uninstall in contrib/examples/scaffolding_example/scaffolding_example.install
- Implementation of hook_uninstall().
- scheduler_cron in contrib/scheduler/scheduler.module
- Implementation of hook_cron().
- system_cron in core/modules/system/system.module
- Implementation of hook_cron().
- system_modules_submit in core/modules/system/system.admin.inc
- Submit callback; handles modules form submission.
- system_settings_form_submit in core/modules/system/system.module
- Execute the system_settings_form.
- system_theme_settings_submit in core/modules/system/system.admin.inc
- Process system_theme_settings form submissions.
- system_update_6050 in core/modules/system/system.install
- Clear any menu router blobs stored in the cache table.
- taxonomy_del_term in core/modules/taxonomy/taxonomy.module
- Delete a term.
- taxonomy_del_vocabulary in core/modules/taxonomy/taxonomy.module
- Delete a vocabulary.
- taxonomy_save_term in core/modules/taxonomy/taxonomy.module
- Helper function for taxonomy_form_term_submit().
- taxonomy_save_vocabulary in core/modules/taxonomy/taxonomy.module
- throttle_exit in core/modules/throttle/throttle.module
- Implementation of hook_exit().
- transliteration_retroactive_submit in contrib/transliteration/transliteration.admin.inc
- Form submit function; retroactively transliterate existing file names. See alsotransliteration_retroactive()
- uc_cart_exit in contrib/ubercart/uc_cart/uc_cart.module
- Implementation of hook_exit().
- uc_cart_links_uninstall in contrib/ubercart/uc_cart_links/uc_cart_links.install
- Implementation of hook_uninstall().
- uc_catalog_update_6 in contrib/ubercart/uc_catalog/uc_catalog.install
- uc_catalog_update_7 in contrib/ubercart/uc_catalog/uc_catalog.install
- uc_price_settings_form_submit in contrib/ubercart/uc_store/uc_store.admin.inc
- @see uc_price_settings_form()
- uc_product_update_12 in contrib/ubercart/uc_product/uc_product.install
- update_info_page in core/update.php
- user_admin_perm_submit in core/modules/user/user.admin.inc
- user_edit_submit in core/modules/user/user.pages.inc
- user_profile_form_submit in core/modules/user/user.pages.inc
- Submit function for the user account and profile editing form.
- variable_del in core/includes/bootstrap.inc
- Unset a persistent variable.
- variable_set in core/includes/bootstrap.inc
- Set a persistent variable.
- views_features_revert in contrib/features/includes/features.views.inc
- Implementation of hook_features_revert().
- views_invalidate_cache in contrib/views/views.module
- Invalidate the views cache, forcing a rebuild on the next grab of table data.
- views_ui_edit_view_form_submit in contrib/views/includes/admin.inc
- Submit handler for the edit view form.
- wysiwyg_update_6200 in contrib/wysiwyg/wysiwyg.install
- Clear JS/CSS caches to ensure that clients load fresh copies.
- xmlsitemap_link_bundle_delete in contrib/xmlsitemap/xmlsitemap.module
- xmlsitemap_link_bundle_settings_save in contrib/xmlsitemap/xmlsitemap.module
- xmlsitemap_system_modules_submit in contrib/xmlsitemap/xmlsitemap.module
- Submit callback; manually clears XML sitemap caches when modules are changed.
- xmlsitemap_taxonomy_update_6201 in contrib/xmlsitemap/xmlsitemap_taxonomy/xmlsitemap_taxonomy.install
- Cleanup any remaining 6.x-1.x tables, variables or weights.
- _date_api_fields in contrib/date/includes/date_api_fields.inc
- Identify all potential date/timestamp fields.
- _locale_import_po in core/includes/locale.inc
- Parses Gettext Portable Object file information and inserts into database
- _menu_clear_page_cache in core/includes/menu.inc
- Helper function to clear the page and block caches at most twice per page load.
- _node_access_rebuild_batch_finished in core/modules/node/node.module
- Post-processing for node_access_rebuild_batch.
- _uc_roles_flush_menu_cache in contrib/ubercart/uc_roles/uc_roles.module
- Flush the menu cache.
Code
core/includes/cache-install.inc, line 21
<?php
function cache_clear_all($cid = NULL, $table = NULL, $wildcard = FALSE) {
return;
}
?>


