Example #1
0
 public function getCachedRender($template, array $options = array())
 {
     $options = array('partial' => true, 'cache' => true, 'cacheHandler' => $this->getCache()->getHandler(), 'cachePrefix' => 'Juvasoft') + $options;
     return parent::getCachedRender($template, $options);
 }