D
Deleted member 225812
Guest
My question is about XF cache https://xenforo.com/docs/xf2/cache/
If I will activate general cache like this with Memcached or Redis:
this will include all Cache contexts icluding ?
or I need activate each of them separately?
If I will activate general cache like this with Memcached or Redis:
Code:
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Memcached';
$config['cache']['config'] = [ 'server' => '127.0.0.1' ];
this will include all Cache contexts icluding ?
The following cache contexts are used by default in XenForo 2.1:
- css
- page
- registry
- sessions
or I need activate each of them separately?