maxicep
Active member
I'm using Zend Opcache as php caching on my server side and i think Zend Opcache may use for variable caching too.
So what should be right config parameter in config.php for Xend Opcache ?
$config['cache']['backend'] => '?'
I know that we write $config['cache']['backend'] => 'xcache' while using the xcache as variable caching.
Or should i install memcache, xcache or apc for backend caching ? Thanks
So what should be right config parameter in config.php for Xend Opcache ?
$config['cache']['backend'] => '?'
I know that we write $config['cache']['backend'] => 'xcache' while using the xcache as variable caching.
Or should i install memcache, xcache or apc for backend caching ? Thanks