[TYPO3-dev] Disable Caching of Extension TypoScript during development

Alexander Födisch foedisch at eva.mpg.de
Mon Sep 29 21:40:17 CEST 2014


Hi,

you can use:

$GLOBALS['TSFE']->set_no_cache();


Best regards


Am 29.09.2014 um 21:24 schrieb Krue Mel:
> Hello,
>
> somehow it is not possible to disable caching of my extension's TypoScript  ('/Configuration/TypoScript/...').
>
> Ticking the checkbox in the BE, setting 'config.no_cache = 1' or using '?no_cache=1' as URL Parameter shows 
> no effect.
>
> Nevertheless when I clear the FE-Cache from the BE-Dropdown, the extension's files are reloaded.
>
> Is it possible to disable the Caching completly during development?
>
> I'm building a distribution extension and always clearing the cache becomes tiring fast...
>
>
> Kind regards!
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>
>
>


More information about the TYPO3-dev mailing list