D 
		
				
			
		Deleted member 745
Guest
Hi,
 
Do we still have to use the same setup as we did with 1.0?
 
	
	
	
		
				
			Do we still have to use the same setup as we did with 1.0?
		Code:
	
	  $config['cache']['enabled'] = true;
 
  $config['cache']['frontend'] = 'Core';
 
  $config['cache']['frontendOptions'] = array ( 'caching' => true, 'automatic_serialization' => true, 'lifetime' => 10800, 'cache_id_prefix' => 'ds' );
 
  $config['cache']['backend'] = 'Apc'; 
 
		 Think it is something to do with age, 25 years in IT does that to you
 Think it is something to do with age, 25 years in IT does that to you 
 
 
		