For expiration we always try to cache for as long as possible meaning we always try to tell the external client to cache indefinately using max-age=0 as long as the ETag is unchanged: [quote] Cache-Control: private, must-revalidate, max-age=0\r\n ETag: "2412e7ab-56c021b3"\r\n [/quote] This...