HttpResponse::setCacheControl

Example

 static bool HttpResponse::setCacheControl ( string $control [, int $max_age = 0 [, bool $must_revalidate = true ]] ) 

Description

Define a custom Cache-Control header, usually being private or public;

Return Values

Returns TRUE on success, or FALSE if control does not match one of public, private or no-cache.