I
ISPr_Winter
Guest
So just a quick query. At present I have the original global caching setup enabled via Filesystem, which works well:
Code:
After doing a lot of reading, I think that in order to enable Guest Caching the best approach is to do this is below. But am I correct? Take note that the "/myfolder" is just an example...
Read more
Continue reading...
Code:
Code:
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Filesystem';
$config['cache']['config'] = [
'directory' => '/myfolder'
];
$config['cache']['sessions'] = true;
After doing a lot of reading, I think that in order to enable Guest Caching the best approach is to do this is below. But am I correct? Take note that the "/myfolder" is just an example...
Read more
Continue reading...