polle
Active member
I have this in my config and it makes nothing, not caching at all.
Is that completely wrong? I cant find a decent correct example or documentation for this.
Thank you.
Code:
$config['cache'] = array(
'enabled' => true,
'frontend' => 'Core',
'frontendOptions' => array(
'caching' => true,
'automatic_serialization' => false,
'cache_id_prefix' => 'xenf_',
'lifetime' => 18000
),
'backend' => 'Xcache',
'backendOptions' => array(),
'cacheSessions' => true
);
Is that completely wrong? I cant find a decent correct example or documentation for this.
Thank you.