Go to the source code of this file.
Functions | |
cache_get ($key, $table= 'cache') | |
cache_set ($cid, $data, $table= 'cache', $expire=CACHE_PERMANENT, $headers=NULL) | |
cache_clear_all ($cid=NULL, $table=NULL, $wildcard=FALSE) |
cache_clear_all | ( | $ | cid = NULL , |
|
$ | table = NULL , |
|||
$ | wildcard = FALSE | |||
) |
Definition at line 22 of file cache-install.inc.
Referenced by _drupal_rebuild_code_registry(), _locale_import_po(), _menu_clear_page_cache(), block_add_block_form_submit(), block_admin_configure_submit(), block_admin_display_form_submit(), block_box_delete_submit(), cache_clear_all(), DrupalTests::cleanupBeforeRun(), comment_admin_overview_submit(), comment_confirm_delete_submit(), comment_multiple_delete_confirm_submit(), drupal_flush_all_caches(), drupal_process_form(), drupal_rebuild_theme_registry(), DrupalWebTestCase::drupalModuleDisable(), DrupalWebTestCase::drupalModuleEnable(), filter_admin_configure_submit(), filter_admin_delete_submit(), filter_admin_format_form_submit(), filter_admin_order_submit(), locale_languages_delete_form_submit(), locale_languages_overview_form_submit(), locale_translate_delete(), locale_translate_edit_form_submit(), menu_cache_clear(), menu_cache_clear_all(), menu_delete_menu_confirm_submit(), node_admin_nodes_submit(), profile_admin_overview_submit(), profile_field_delete_submit(), profile_field_form_submit(), DrupalWebTestCase::refreshVariables(), system_modules(), system_theme_settings_submit(), update_info_page(), update_project_cache(), user_admin_perm_submit(), user_edit_submit(), user_profile_form_submit(), variable_del(), and variable_set().
cache_get | ( | $ | key, | |
$ | table = 'cache' | |||
) |
A stub cache implementation to be used during the installation process when database access is not yet available. Because Drupal's caching system never requires that cached data be present, these stub functions can short-circuit the process and sidestep the need for any persistent storage. Obviously, using this cache implementation during normal operations would have a negative impact on performance.
Definition at line 14 of file cache-install.inc.
Referenced by _theme_load_registry(), book_form_update(), drupal_get_schema(), form_get_cache(), menu_router_build(), menu_tree_all_data(), menu_tree_page_data(), page_get_cache(), registry_get_hook_implementations_cache(), registry_load_path_files(), update_project_cache(), and variable_init().
cache_set | ( | $ | cid, | |
$ | data, | |||
$ | table = 'cache' , |
|||
$ | expire = CACHE_PERMANENT , |
|||
$ | headers = NULL | |||
) |
Definition at line 18 of file cache-install.inc.
Referenced by _theme_save_registry(), _update_refresh(), book_form_update(), drupal_get_schema(), form_set_cache(), menu_router_build(), menu_tree_all_data(), menu_tree_page_data(), page_set_cache(), registry_cache_hook_implementations(), registry_cache_path_files(), update_calculate_project_data(), update_get_projects(), and variable_init().