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 