PhpRiot
Follow phpriot on Twitter
Sponsored Link
Become Zend Certified

Prepare for the ZCE exam using our quizzes (web or iPad/iPhone). More info...


When you're ready get 7.5% off your exam voucher using voucher CJQNOV23 at the Zend Store
Free iPad/iPhone App
Available on the App Store

  • PHP manual
  • Zend Framework manual
  • Smarty manual
  • PHP articles
  • PHP training

Zend_Cache_Backend_Xcache

This backends stores cache records in shared memory through the XCache extension (which is of course need for using this backend).

Be careful : with this backend, "tags" are not supported for the moment as the "doNotTestCacheValidity=true" argument.

Available options are :

Table 29. Xcache Backend Options

Option Data Type Default Value Description
user String NULL xcache.admin.user, necessary for the clean() method
password String NULL xcache.admin.pass (in clear form, not MD5), necessary for the clean() method

Zend Framework