$add_header('Expires', $http_time($time() + 36000))
$add_header('Cache-Control', 'max-age=24h')
This example adds a 24 hour HTTP Expires and Cache-Control headers to the response to
allow for downstream caches to cache the page and the Expires HTTP-EQUIV tag to
allow browsers to cache the page.