Beispiel #1
0
 protected function _initCache()
 {
     $cache = new RM_System_Cache();
     Zend_Registry::set('cachemanager', $cache->load());
 }