| CacheClearCase::getInfo | modules/simpletest/tests/cache.test | |
| CacheClearCase::setUp | modules/simpletest/tests/cache.test | Generates a random database prefix, runs the install scripts on the
prefixed database and enable the specified modules. After installation
many caches are flushed and the internal browser is setup so that the
page requests will run on the new prefix.… |
| CacheClearCase::testClearArray | modules/simpletest/tests/cache.test | Test clearing using an array. |
| CacheClearCase::testClearCid | modules/simpletest/tests/cache.test | Test clearing using a cid. |
| CacheClearCase::testClearWildcard | modules/simpletest/tests/cache.test | Test clearing using wildcard. |
| CacheClearCase::testFlushAllCaches | modules/simpletest/tests/cache.test | Test drupal_flush_all_caches(). |
| CacheClearCase::testMinimumCacheLifetime | modules/simpletest/tests/cache.test | Test minimum cache lifetime. |
| cache_clear_all | includes/cache.inc | Expires data from the cache. |
| cache_example_form_cache_clearing | cache_example/cache_example.module | Submit handler to demonstrate the various uses of cache_clear_all(). |
| CommentActionsTestCase::clearWatchdog | modules/comment/comment.test | Helper function: clear the watchdog. |
| DatabaseLog::clear | includes/database/log.inc | Empty the query log for the specified logging key. |
| DBLogTestCase::testDBLogAddAndClear | modules/dblog/dblog.test | Login an admin user, create dblog event, and test clearing dblog functionality through the admin interface. |
| dblog_clear_log_form | modules/dblog/dblog.admin.inc | Return form for dblog clear button. |
| dblog_clear_log_submit | modules/dblog/dblog.admin.inc | Submit callback: clear database with log messages. |
| devel_cache_clear | ./devel.pages.inc | Menu callback; clears all caches, then redirects to the previous page. |
| DrupalCacheInterface::clear | includes/cache.inc | Expires data from the cache. |
| DrupalDatabaseCache::clear | includes/cache.inc | Implements DrupalCacheInterface::clear(). |
| DrupalFakeCache::clear | includes/cache-install.inc | Overrides DrupalDatabaseCache::clear(). |
| drupal_clear_css_cache | includes/common.inc | Deletes old cached CSS files. |
| drupal_clear_js_cache | includes/common.inc | Deletes old cached JavaScript files and variables. |
| drupal_clear_path_cache | includes/path.inc | Clear the path cache. |
| entity_info_cache_clear | includes/common.inc | Resets the cached information about entity types. |
| field_cache_clear | modules/field/field.module | Clear the field info and field data caches. |
| field_info_cache_clear | modules/field/field.info.inc | Clears the field info cache without clearing the field data cache. |
| flood_clear_event | includes/common.inc | Makes the flood control mechanism forget an event for the current visitor. |
| form_clear_error | includes/form.inc | Clears all errors against all form elements made by form_set_error(). |
| 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. |
| queue_example_add_remove_form_clear_queue | queue_example/queue_example.module | Submit handler for clearing/deleting the queue. |
| system_clear_cache_submit | modules/system/system.admin.inc | Submit callback; clear system caches. |
| system_clear_page_cache_submit | modules/system/system.admin.inc | Submit callback; clear the page cache. |
| update_cache_clear_submit | modules/update/update.module | Helper function for use as a form submit callback. |
| update_clear_update_disk_cache | modules/update/update.module | Clear the temporary files and directories based on file age from disk. |
| ViewsFieldApiTestHelper::clearViewsCaches | tests/field/views_fieldapi.test | Clear all views caches and static caches which are required for the patch. |
| views_drush_cache_clear | drush/views.drush.inc | Adds a cache clear option for views. |
| views_plugin_query_default::clear_fields | plugins/views_plugin_query_default.inc | Remove all fields that may've been added; primarily used for summary
mode where we're changing the query because we didn't get data we needed. |
| views_ui_tools_clear_cache | includes/admin.inc | Submit hook to clear the views cache. |
| xmlrpc_clear_error | includes/xmlrpc.inc | Clears any previously-saved errors. |
| _menu_clear_page_cache | includes/menu.inc | Helper function to clear the page and block caches at most twice per page load. |
| _update_authorize_clear_update_status | modules/update/update.authorize.inc | Private helper function to clear cached available update status data. |
| _update_cache_clear | modules/update/update.module | Invalidates cached data relating to update status. |