Example #1
0
 public function __construct($config)
 {
     $this->_driver = Oops_Cache_Factory::getDriver($config);
 }
Example #2
0
 private function _initMapstore()
 {
     $this->_mapstore = Oops_Cache_Factory::getMapstore($this->_config->mapstore);
 }