Configure Cache
APC / APCu
define('OSC_CACHE', 'apc');MEMCACHE
define('OSC_CACHE', 'memcache');
$_cache_config[] = array(
'default_host' => '127.0.0.1',
'default_port' => 11211,
'default_weight' => 1
);Last updated
Was this helpful?