- admin_bar_cache_get in modules/admin_bar/admin_bar.module
 
  - Retrieve a client-side cache hash from cache.
 
  - admin_bar_cache_set in modules/admin_bar/admin_bar.module
 
  - Store a client-side cache hash in persistent cache.
 
  - admin_bar_field_create_instance in modules/admin_bar/admin_bar.module
 
  - Implements hook_field_create_instance().
 
  - admin_bar_field_delete_instance in modules/admin_bar/admin_bar.module
 
  - Implements hook_field_delete_instance().
 
  - admin_bar_field_update_instance in modules/admin_bar/admin_bar.module
 
  - Implements hook_field_update_instance().
 
  - _admin_bar_flush_cache in modules/admin_bar/admin_bar.inc
 
  - Flush all caches or a specific one.
 
  - admin_bar_form_alter_flush_cache_submit in modules/admin_bar/admin_bar.module
 
  - Form submission handler to flush Administration bar caches.
 
  - admin_bar_language_delete in modules/admin_bar/admin_bar.module
 
  - Implements hook_language_delete().
 
  - admin_bar_language_update in modules/admin_bar/admin_bar.module
 
  - Implements hook_language_update().
 
  - admin_bar_menu_alter in modules/admin_bar/admin_bar.module
 
  - Implements hook_menu_alter().
 
  - admin_bar_menu_link_delete in modules/admin_bar/admin_bar.module
 
  - Implements hook_menu_link_delete().
 
  - admin_bar_menu_link_insert in modules/admin_bar/admin_bar.module
 
  - Implements hook_menu_link_insert().
 
  - admin_bar_menu_link_update in modules/admin_bar/admin_bar.module
 
  - Implements hook_menu_link_update().
 
  - admin_bar_output in modules/admin_bar/admin_bar.inc
 
  - Build the administration bar output.
 
  - admin_bar_preprocess_page in modules/admin_bar/admin_bar.module
 
  - Implements hook_preprocess_page().
 
  - admin_bar_taxonomy_vocabulary_delete in modules/admin_bar/admin_bar.module
 
  - Implements hook_taxonomy_vocabulary_delete().
 
  - admin_bar_taxonomy_vocabulary_insert in modules/admin_bar/admin_bar.module
 
  - Implements hook_taxonomy_vocabulary_insert().
 
  - admin_bar_taxonomy_vocabulary_update in modules/admin_bar/admin_bar.module
 
  - Implements hook_taxonomy_vocabulary_update().
 
  - archiver_get_info in includes/common.inc
 
  - Retrieves a list of all available archivers.
 
  - BackdropCacheArray::__construct in includes/bootstrap.inc
 
  - Constructs a BackdropCacheArray object.
 
  - BackdropCacheArray::set in includes/bootstrap.inc
 
  - Writes a value to the persistent cache immediately.
 
  - backdrop_cache_system_paths in includes/path.inc
 
  - Cache system paths for a page.
 
  - backdrop_flush_all_caches in includes/common.inc
 
  - Flushes all cached data on the site.
 
  - backdrop_get_complete_schema in includes/bootstrap.inc
 
  - Gets the whole database schema.
 
  - backdrop_lookup_path in includes/path.inc
 
  - Given an alias, return its Backdrop system URL if one exists. Given a Backdrop
system URL return one of its aliases if such a one exists. Otherwise,
return FALSE.
 
  - backdrop_page_get_cache in includes/bootstrap.inc
 
  - Retrieves the current page from the cache.
 
  - backdrop_page_save_cache in includes/common.inc
 
  - Save a page cache entry to the cache.
 
  - backdrop_render_cache_get in includes/common.inc
 
  - Gets the rendered output of a renderable element from the cache.
 
  - backdrop_render_cache_set in includes/common.inc
 
  - Caches the rendered output of a renderable element.
 
  - backdrop_theme_rebuild in includes/theme.inc
 
  - Forces the system to rebuild the theme registry.
 
  - BackdropWebTestCase::refreshVariables in modules/simpletest/backdrop_web_test_case.php
 
  - Refresh the in-memory set of variables and state values. Useful after a
page request is made that changes a variable in a different thread.
 
  - book_menu_subtree_data in modules/book/book.module
 
  - Gets the data representing a subtree of the book hierarchy.
 
  - BootstrapPageCacheTestCase::testPageCache in modules/simpletest/tests/bootstrap.test
 
  - Test cache headers.
 
  - cache_clear_all in includes/cache.inc
 
  - Clears data from the cache.
 
  - CacheClearCase::testClearArray in modules/simpletest/tests/cache.test
 
  - Test clearing using an array.
 
  - CacheClearCase::testClearCid in modules/simpletest/tests/cache.test
 
  - Test clearing using a cid.
 
  - CacheClearCase::testClearWildcard in modules/simpletest/tests/cache.test
 
  - Test clearing using wildcard.
 
  - CacheClearCase::testFlushAllCaches in modules/simpletest/tests/cache.test
 
  - Test backdrop_flush_all_caches().
 
  - cache_flush in includes/cache.inc
 
  - Flushes all cache items in a bin.
 
  - cache_get in includes/cache.inc
 
  - Returns data from the persistent cache.
 
  - cache_get_multiple in includes/cache.inc
 
  - Returns data from the persistent cache when given an array of cache IDs.
 
  - CacheGetMultipleUnitTest::testCacheMultiple in modules/simpletest/tests/cache.test
 
  - Test getMultiple().
 
  - cache_is_empty in includes/cache.inc
 
  - Checks if a cache bin is empty.
 
  - CacheIsEmptyCase::testIsEmpty in modules/simpletest/tests/cache.test
 
  - Test clearing using a cid.
 
  - CacheSavingCase::checkVariable in modules/simpletest/tests/cache.test
 
  - Check or a variable is stored and restored properly.
 
  - CacheSavingCase::testNoEmptyCids in modules/simpletest/tests/cache.test
 
  - Test no empty cids are written in cache table.
 
  - CacheSavingCase::testObject in modules/simpletest/tests/cache.test
 
  - Test the saving and restoring of an object.
 
  - cache_set in includes/cache.inc
 
  - Stores data in the persistent cache.
 
  - CacheTestCase::assertCacheRemoved in modules/simpletest/tests/cache.test
 
  - Assert or a cache entry has been removed.
 
  - CacheTestCase::checkCacheExists in modules/simpletest/tests/cache.test
 
  - Check whether or not a cache entry exists.
 
  - CacheTestCase::generalWipe in modules/simpletest/tests/cache.test
 
  - Perform the general wipe.
 
  - check_markup in modules/filter/filter.module
 
  - Runs all the enabled filters on a piece of text.
 
  - CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in modules/comment/tests/comment.test
 
  - Test comment author deletion while the comment module is disabled.
 
  - CommentStorageController::postDelete in modules/comment/comment.entity.inc
 
  - Overrides EntityDatabaseStorageController::postDelete().
 
  - CommentStorageController::postSave in modules/comment/comment.entity.inc
 
  - Overrides EntityDatabaseStorageController::postSave().
 
  - CronRunTestCase::testCronCacheExpiration in modules/system/tests/system.test
 
  - Tests that hook_flush_caches() is not invoked on every single cron run.
 
  - DashboardNewsBlock::getNews in modules/dashboard/includes/block.news.inc
 
  - Return the current list of news items.
 
  - DashboardNewsBlock::refreshNewsFeed in modules/dashboard/includes/block.news.inc
 
  - Fetch news from the news source and set the cache for future responses.
 
  - entity_get_info in modules/entity/entity.module
 
  - Gets the entity info array of an entity type.
 
  - entity_info_cache_clear in modules/entity/entity.module
 
  - Resets the cached information about entity types.
 
  - field_attach_delete in modules/field/field.attach.inc
 
  - Delete field data for an existing entity. This deletes all
revisions of field data for the entity.
 
  - field_attach_load in modules/field/field.attach.inc
 
  - Loads fields for the current revisions of a group of entities.
 
  - FieldAttachOtherTestCase::testFieldAttachCache in modules/field/tests/field.test
 
  - Test field cache.
 
  - field_attach_update in modules/field/field.attach.inc
 
  - Save field data for an existing entity.
 
  - field_cache_clear in modules/field/field.module
 
  - Clear the field info and field data caches.
 
  - field_info_cache_clear in modules/field/field.info.inc
 
  - Clears the field info cache without clearing the field data cache.
 
  - _field_info_collate_fields in modules/field/field.info.inc
 
  - Collates all information on existing fields and instances.
 
  - _field_info_collate_fields_reset in modules/field/field.info.inc
 
  - Clear collated information on existing fields and instances.
 
  - _field_info_collate_types in modules/field/field.info.inc
 
  - Collates all information on field types, widget types and related structures.
 
  - _field_info_collate_types_reset in modules/field/field.info.inc
 
  - Clear collated information on field and widget types and related structures.
 
  - _field_token_info in modules/field/field.tokens.inc
 
  - Fetch an array of field data used for tokens.
 
  - FileDeleteTest::testInUse in modules/simpletest/tests/file.test
 
  - Tries deleting a file that is in use.
 
  - FileLoadTest::testMultiple in modules/simpletest/tests/file.test
 
  - This will test loading file data from the database.
 
  - file_type_cache_reset in modules/file/file.module
 
  - Clears the file type cache.
 
  - _file_types_build in modules/file/file.module
 
  - Builds and returns the list of available file types.
 
  - filter_format_disable in modules/filter/filter.module
 
  - Disables a text format.
 
  - filter_format_enable in modules/filter/filter.module
 
  - Enables a text format.
 
  - filter_formats in modules/filter/filter.module
 
  - Retrieves a list of text formats, ordered by weight.
 
  - filter_format_save in modules/filter/filter.module
 
  - Saves a text format object to configuration.
 
  - filter_formats_reset in modules/filter/filter.module
 
  - Resets the text format caches.
 
  - FilterSecurityTestCase::testDisableFilterModule in modules/filter/tests/filter.test
 
  - Tests removal of filtered content when an active filter is disabled.
 
  - hook_image_style_flush in modules/image/image.api.php
 
  - Respond to image style flushing.
 
  - hook_views_invalidate_cache in modules/views/views.api.php
 
  - Allow modules to respond to the Views cache being invalidated.
 
  - image_effect_definitions in modules/image/image.module
 
  - Pull in image effects exposed by modules implementing hook_image_effect_info().
 
  - image_style_flush in modules/image/image.module
 
  - Flush cached media for a style.
 
  - image_styles in modules/image/image.module
 
  - Get an array of all styles and their settings.
 
  - image_update_1003 in modules/image/image.install
 
  - Add labels to all available styles.
 
  - layout_flexible_reset_caches in modules/layout/layout.module
 
  - Reset all caches provided by Layout module.
 
  - layout_flexible_template_load_all in modules/layout/layout.module
 
  - Load all flexible templates.
 
  - layout_get_all_configs in modules/layout/layout.module
 
  - Read all configuration files from disk of a particular layout type.
 
  - layout_get_layout_template_info in modules/layout/layout.module
 
  - Load the information of either a single layout template or all available
layout templates.
 
  - layout_load_multiple_by_path in modules/layout/layout.module
 
  - Load all layouts at a given path.
 
  - layout_reset_caches in modules/layout/layout.module
 
  - Reset all caches provided by Layout module.
 
  - locale in modules/locale/locale.module
 
  - Provides interface translation services.
 
  - _locale_import_po in includes/gettext.inc
 
  - Parses Gettext Portable Object information and inserts it into the database.
 
  - locale_language_delete in modules/locale/locale.module
 
  - Implements hook_language_delete().
 
  - locale_language_insert in modules/locale/locale.module
 
  - Implements hook_language_insert().
 
  - locale_language_update in modules/locale/locale.module
 
  - Implements hook_language_update().
 
  - locale_translate_delete_form_submit in modules/locale/locale.pages.inc
 
  - Process string deletion submissions.
 
  - locale_translate_edit_form_submit in modules/locale/locale.pages.inc
 
  - Process string editing form submissions.
 
  - _menu_build_tree in includes/menu.inc
 
  - Builds a menu tree.
 
  - menu_cache_clear in includes/menu.inc
 
  - Clears the cached data for a single named menu.
 
  - menu_cache_clear_all in includes/menu.inc
 
  - Clears all cached menu data.
 
  - menu_load_all in modules/menu/menu.module
 
  - Load all custom menu data.
 
  - menu_local_tasks in includes/menu.inc
 
  - Collects the local tasks (tabs), action links, and the root path.
 
  - menu_tree_all_data in includes/menu.inc
 
  - Gets the data structure representing a named menu tree.
 
  - menu_tree_page_data in includes/menu.inc
 
  - Gets the data structure for a named menu tree, based on the current page.
 
  - module_hook_info in includes/module.inc
 
  - Retrieves a list of hooks that are declared through hook_hook_info().
 
  - module_implements in includes/module.inc
 
  - Determines which modules are implementing a hook.
 
  - module_implements_reset in includes/module.inc
 
  - Regenerate the stored list of hook implementations.
 
  - module_implements_write_cache in includes/module.inc
 
  - Writes the hook implementation cache.
 
  - ModuleUnitTest::testModuleImplements in modules/simpletest/tests/module.test
 
  - Test module_implements() caching.
 
  - node_type_cache_reset in modules/node/node.module
 
  - Clears the node type cache.
 
  - _node_types_build in modules/node/node.module
 
  - Builds and returns the list of available node types.
 
  - path_punctuation_chars in modules/path/path.inc
 
  - Return an array of arrays for punctuation values.
 
  - PathTestCase::testPathCache in modules/path/tests/path.test
 
  - Tests the path cache.
 
  - redirect_page_cache_clear in modules/redirect/redirect.module
 
  - Clear a page from the page cache.
 
  - simpletest_clean_environment in modules/simpletest/simpletest.module
 
  - Remove all temporary database tables and directories.
 
  - simpletest_test_get_all in modules/simpletest/simpletest.module
 
  - Get a list of all of the tests provided by the system.
 
  - state_del in includes/bootstrap.inc
 
  - Unsets a persistent state value.
 
  - state_initialize in includes/bootstrap.inc
 
  - Loads the persistent state table.
 
  - state_set in includes/bootstrap.inc
 
  - Sets a persistent state value.
 
  - system_clear_page_cache_submit in modules/system/system.admin.inc
 
  - Submit callback; clear the page cache.
 
  - system_cron in modules/system/system.module
 
  - Implements hook_cron().
 
  - system_list in includes/module.inc
 
  - Builds a list of bootstrap modules and enabled modules and themes.
 
  - system_list_reset in includes/module.inc
 
  - Resets all system_list() caches.
 
  - _theme_build_registry in includes/theme.inc
 
  - Builds the theme registry cache.
 
  - _theme_load_registry in includes/theme.inc
 
  - Gets the theme_registry cache; if it doesn't exist, builds it.
 
  - ThemeRegistry::__construct in includes/theme.inc
 
  - Constructs a BackdropCacheArray object.
 
  - ThemeRegistry::set in includes/theme.inc
 
  - Writes a value to the persistent cache immediately.
 
  - ThemeRegistryTestCase::testRaceCondition in modules/simpletest/tests/theme.test
 
  - Tests the behavior of the theme registry class.
 
  - _theme_save_registry in includes/theme.inc
 
  - Writes the theme_registry cache into the database.
 
  - token_build_tree in includes/token.inc
 
  - Build a tree array of tokens, commonly used for rendering the token browser.
 
  - token_cache_clear in includes/token.inc
 
  - Clear token caches and static variables.
 
  - token_get_info in includes/token.inc
 
  - Retrieve, sort, store token info from the cache.
 
  - update_info_page in ./update.php
 
  - Provides an overview of the Backdrop database update.
 
  - UpgradePathTestCase::variable_set in modules/simpletest/tests/upgrade/upgrade.test
 
  - Specialized variable_set() that works even if the child site is not upgraded.
 
  - user_login_finalize in modules/user/user.module
 
  - Finalize the login process. Must be called when logging in a user.
 
  - user_logout in modules/user/user.pages.inc
 
  - Menu callback; logs the current user out, and redirects to the home page.
 
  - variable_del in includes/bootstrap.inc
 
  - Unsets a persistent variable.
 
  - variable_initialize in includes/bootstrap.inc
 
  - Loads the persistent variable table.
 
  - variable_set in includes/bootstrap.inc
 
  - Sets a persistent variable.
 
  - view::delete in modules/views/includes/view.inc
 
  - Delete the view entirely from the system.
 
  - view::revert in modules/views/includes/view.inc
 
  - Revert the view based on its module-provided default version (if any).
 
  - views_cache_get in modules/views/includes/cache.inc
 
  - Return data from the persistent views cache.
 
  - views_cache_set in modules/views/includes/cache.inc
 
  - Set a cached item in the views cache.
 
  - views_field_create_instance in modules/views/views.module
 
  - Implements hook_field_create_instance.
 
  - views_field_delete_instance in modules/views/views.module
 
  - Implements hook_field_delete_instance.
 
  - views_field_update_instance in modules/views/views.module
 
  - Implements hook_field_update_instance.
 
  - views_handler_relationship_groupwise_max::options_form_submit in modules/views/handlers/views_handler_relationship_groupwise_max.inc
 
  - When the form is submitted, take sure to clear the subquery string cache.
 
  - views_handler_relationship_groupwise_max::query in modules/views/handlers/views_handler_relationship_groupwise_max.inc
 
  - Called to implement a relationship in a query.
This is mostly a copy of our parent's query() except for this bit with
the join class.
 
  - views_invalidate_cache in modules/views/views.module
 
  - Invalidate the views cache, forcing a rebuild on the next grab of table data.
 
  - ViewsModuleTest::testFetchData in modules/views/tests/views_module.test
 
  - Tests views_fetch_data().
 
  - views_plugin_cache::cache_flush in modules/views/plugins/views_plugin_cache.inc
 
  - Clear out cached data for a view.
 
  - views_plugin_cache::cache_get in modules/views/plugins/views_plugin_cache.inc
 
  - Retrieve data from the cache.
 
  - views_plugin_cache::cache_set in modules/views/plugins/views_plugin_cache.inc
 
  - Save data to the cache.