[RSS Feed/News] Xenforo cache

Status
Not open for further replies.

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:

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
Click to expand...

or I need...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom