XF 1.5 Cache

Maester Aemon

Active member
Hi,

I am wondering if the "lifetime" variable in $config['cache']['frontendOptions'] is in seconds, I think so but not sure.

Also I'm wondering which cache systems are available for backend, currently using libmemcached.
 
You're correct, I ment this

$config['cache']['frontendOptions'] = array(
'caching' => true,
'cache_id_prefix' => 'xf_',
'automatic_serialization' => false,
'lifetime' => 0
);

Do you possibly know if its in seconds?
 
SWsmixt.png

http://framework.zend.com/manual/1.11/en/zend.cache.frontends.html#zend.cache.frontends.core
 
Top Bottom