update_invalidate_cache

Versions
6
update_invalidate_cache()

Invalidates all cached data relating to update status.

Related topics

Code

modules/update/update.module, line 620

<?php
function update_invalidate_cache() {
  _update_cache_clear();
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.