Skip to content

Instantly share code, notes, and snippets.

@andrewn
Created September 1, 2011 14:16
Show Gist options
  • Save andrewn/1186255 to your computer and use it in GitHub Desktop.
Save andrewn/1186255 to your computer and use it in GitHub Desktop.
function setCacheMaxAge($ageInSecs)
{
$this->blq->setContentMaxAge($ageInSecs);
$this->blq->setIsUK(true);
$this->blq->setShowAdverts(false);
$this->blq->setCountry('uk');
$this->blq->setContentCacheability('public');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment