Exemplo n.º 1
0
 public static function setDefaultCache($cache = null)
 {
     self::$_defaultCache = self::_setupDefaultCache($cache);
 }
Exemplo n.º 2
0
 protected function _initCacheView()
 {
     Centurion_View::setDefaultCache($this->_getCache('view'));
 }