[TYPO3-mvc] debug query (& disabling Object cache)

Stefano Cecere scecere at krur.com
Tue Oct 16 04:06:17 CEST 2012


thank you Philipp & Claus!
i guess i'll have to finally study the new Caching Framework :)
s

On 15/10/12 18:43, Philipp Gampe wrote:
> Hi Stefano,
>
> Stefano Cecere wrote:
>
>> yes i would really like to bypass objects caches.. sometimes..
>
> Just two lines in AdditionalConfiguration.php (localconf.php in current
> TYPO3 CMS versions):
>
> $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']
> ['extbase_reflection']['backend'] = 't3lib_cache_backend_NullBackend';
> $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']
> ['extbase_object']['backend'] = 't3lib_cache_backend_NullBackend';
>
>
> @see
> http://wiki.typo3.org/Caching_Framework#How_to_disable_specific_caches
> http://www.alexanderschnitzler.de/2012/01/disable-extbase-reflection-cache-
> during-development-typo3-4-6/
>
> Best regards
>


-- 

-- --- ----- -------

Stefano Cecere
KRUR studio - http://krur.com


More information about the TYPO3-project-typo3v4mvc mailing list