XenForo
Administrative
- Thread starter
- Admin
- #1
My question is about XF cache Cache support - XenForo 2 Manual
If I will activate general cache like this with Memcached or Redis:
Code:
this will include all Cache contexts icluding ?
or I need...
Read more
ادامه مطلب...
If I will activate general cache like this with Memcached or Redis:
Code:
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:
Click to expand...
- css
- page
- registry
- sessions
or I need...
Read more
ادامه مطلب...