? cache-page-temporary-permanent-891600-9.patch
Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.1235
diff -u -p -r1.1235 common.inc
--- includes/common.inc	6 Oct 2010 13:45:56 -0000	1.1235
+++ includes/common.inc	6 Oct 2010 15:53:02 -0000
@@ -4831,7 +4831,7 @@ function drupal_page_set_cache() {
         'title' => drupal_get_title(),
         'headers' => array(),
       ),
-      'expire' => CACHE_TEMPORARY,
+      'expire' => CACHE_PERMANENT,
       'created' => REQUEST_TIME,
     );
 
