From e130f20871a6d9f2cf8acccbb2f9227a9516408e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 27 Jan 2008 17:50:10 +0000 Subject: #200028 by agentrickard, dww: cache more project module data, so there is less burden on Drupal when generating admin pages (performance) --- modules/update/update.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update/update.module') diff --git a/modules/update/update.module b/modules/update/update.module index 8f624c5c9..204047e8c 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -379,7 +379,7 @@ function update_flush_caches() { * Invalidates any cached data relating to update status. */ function update_invalidate_cache() { - cache_clear_all('update_info', 'cache_update'); + cache_clear_all('*', 'cache_update', TRUE); } /** -- cgit v1.2.3