Search code examples
phpzend-frameworkcachingzend-cache

What's the current state of accelerators in Zend?


I hear about accelerators such as these in PHP. I believe APC is making it to PHP 6 also.

What's the state of accelerators in Zend? I see a Zend_Cache. Is it the standard and is there more?


Solution

  • APC and Xcache are supported via Zend_Cache_Backend_Apc and Zend_Cache_Backend_Xcache