コード例 #1
0
ファイル: Application.php プロジェクト: rsrochin/basta
 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);
 }