Sorry if this seems like a stupid question, but...
Going by the instructions in this page I've added
to my config.php file and restarted Apache. Did I miss some of the instructions or is that all I really need to do in order to utilize built in caching? I don't want to use APC or memcached.
Going by the instructions in this page I've added
Code:
$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions']['cache_id_prefix'] = 'xf_';
$config['cache']['cacheSessions'] = true;
to my config.php file and restarted Apache. Did I miss some of the instructions or is that all I really need to do in order to utilize built in caching? I don't want to use APC or memcached.