[TYPO3-dev] Extension for a new cache backend

Benoit NORRIN benoit at norrin.fr
Thu Oct 6 12:38:21 CEST 2011


Hello,

I'm currently working on a extension which add the support of Zend Data
Cache for the caching backend system.
http://forge.typo3.org/projects/extension-cache_backend_zend/repository/show/trunk

I'm blocked, I dont know how I can
extend t3lib_cache_backend_AbstractBackend and dealing with autoload.
Right now, I just got a "Class not found" when I enable this new cache.

$TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations']['cache_pages']['backend']
= 'tx_cachebackendzend_zdc';
$TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations']['cache_pages']['options']
= Array();

Some help would be appreciated.

Thank you.
Benoit




More information about the TYPO3-dev mailing list