- drupal
- drupal6
| Versionen | |
| drupal6 |
update_invalidate_cache() |
Invalidates all cached data relating to update status.
Verwandte Themen
- Private update status cache system
- We specifically do NOT use the core cache API for saving the fetched data
about available updates. It is vitally important that this cache is only
cleared when we're populating it after successfully fetching new available
update data. Usage of…
Code
modules/update/update.module, line 621
<?php
function update_invalidate_cache() {
_update_cache_clear();
}
?>
Kommentare
Kommentar hinzufügen