Skip to content

Instantly share code, notes, and snippets.

@tbrodard
Created September 21, 2018 19:00
Show Gist options
  • Save tbrodard/579343e535782bbbbd8e227eaff87974 to your computer and use it in GitHub Desktop.
Save tbrodard/579343e535782bbbbd8e227eaff87974 to your computer and use it in GitHub Desktop.
// Core
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['cache_core']['backend'] = 'TYPO3\CMS\Core\Cache\Backend\NullBackend';
// Fluid Templates Fluid (and others)
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['cache_phpcode']['backend'] = 'TYPO3\CMS\Core\Cache\Backend\NullBackend';
// XLIFF
$GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations']['l10n']['backend'] = 'TYPO3\CMS\Core\Cache\Backend\NullBackend';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment