function update_invalidate_cache

Invalidates all cached data relating to update status.

Related topics

1 string reference to 'update_invalidate_cache'
update_form_alter in drupal-6.x/modules/update/update.module
Implementation of hook_form_alter().

Archivo

drupal-6.x/modules/update/update.module, line 620
The "Update status" module checks for available updates of Drupal core and any installed contributed modules and themes. It warns site administrators if newer releases are available via the system status report (admin/reports/status), the…

Código

function update_invalidate_cache() {
  _update_cache_clear();
}