[TYPO3-english] Wincache backend

Gorosito Gonzalo xgonzalo at gmail.com
Mon Dec 24 20:06:19 CET 2012


I'm trying to test a configuration with an pre existing cache backend
but no luck:

Is this supposed to work on typo3 4.5? Because I add this to the
localconf.php file but still the cache is being stored on database

$TYPO3_CONF_VARS['SYS']['caching']['cacheConfigurations'] = array(
    'cache_hash' => array(
        'backend' => 't3lib_cache_backend_ApcBackend',
        'options' => array()
    ),
    'cache_pages' => array(
        'backend' => 't3lib_cache_backend_ApcBackend',
        'options' => array()
    ), 'cache_pagesection' => array(
        'backend' => 't3lib_cache_backend_ApcBackend',
        'options' => array()
    ),
    'cache_extbase_reflection' => array(
        'backend' => 't3lib_cache_backend_ApcBackend',
        'options' => array()
    )
);
#######################################
#  Gonzalo Gorosito
#  Programador && sysadmin
#
#  http://www.tutorialesdebian.com - Tutoriales para debianeros,
scripts, info, notícias y mucho mas.
#  http://www.ggorosito.com.ar - Website personal
#######################################


On Mon, Dec 24, 2012 at 2:22 PM, Gorosito Gonzalo <xgonzalo at gmail.com> wrote:
> Mmm..
>
> Sounds like I'll do the same over here.. I'll let you guys know
>
> #######################################
> #  Gonzalo Gorosito
> #  Programador && sysadmin
> #
> #  http://www.tutorialesdebian.com - Tutoriales para debianeros, scripts,
> info, notícias y mucho mas.
> #  http://www.ggorosito.com.ar - Website personal
> #######################################
>
>
> On Fri, Dec 21, 2012 at 2:49 PM, Andreas Kiessling <andreas.kiessling at web.de
>> wrote:
>
>> Hi Gorosito,
>>
>> have a look here
>> http://lists.typo3.org/pipermail/typo3-english/2012-October/082917.html
>>
>> Tomasz Krawczyk wrote, that he got it working on 4.5
>> Maybe he is willing to share his extension?
>>
>> Regards,
>> Andreas
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


More information about the TYPO3-english mailing list