コード例 #1
0
ファイル: View.php プロジェクト: netconstructor/Centurion
 public static function setDefaultCache($cache = null)
 {
     self::$_defaultCache = self::_setupDefaultCache($cache);
 }
コード例 #2
0
ファイル: Bootstrap.php プロジェクト: rom1git/Centurion
 protected function _initCacheView()
 {
     Centurion_View::setDefaultCache($this->_getCache('view'));
 }