Hristo Avramov
Active member
I want to use the php build opcache. What other cache can I use with it?
Currently my config is this. I guess opcache works without configuring it in the config file.
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
Currently my config is this. I guess opcache works without configuring it in the config file.
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';