update_invalidate_cache

6 update.module update_invalidate_cache()

Invalidates all cached data relating to update status.

Related topics

1 string reference to 'update_invalidate_cache'

File

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…

Code

function update_invalidate_cache() {
  _update_cache_clear();
}
Login or register to post comments