Example #1
0
 public function setupLogicCustomer()
 {
     $cache = $this->getResource('cachemanager')->getCache('customerdata');
     Logic_Customer::setCache($cache);
 }