static bool HttpResponse::setCacheControl ( string $control [, int $max_age = 0 [, bool $must_revalidate = true ]] )
Define a custom Cache-Control header, usually being private or public;
Returns TRUE on success, or FALSE if control does not match one of public, private or no-cache.