Exemplo n.º 1
0
 /**
  * Bootstraps caching system
  * 
  * @return void
  */
 public static function initCache()
 {
     self::$cache = self::getCache();
     Zend_Registry::set('Zend_Cache', self::$cache);
 }