HttpResponse::setCacheControl

 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.