Skip to content

Instantly share code, notes, and snippets.

@t10u
Created October 27, 2010 12:08
Show Gist options
  • Save t10u/648909 to your computer and use it in GitHub Desktop.
Save t10u/648909 to your computer and use it in GitHub Desktop.
protected function _construct()
{
$this->addData(array(
'cache_lifetime' => 3600,
'cache_tags' => array(Mage_Catalog_Model_Product::CACHE_TAG),
));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment