Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Deactivate TYPO3 caches in TYPO3 CMS v7/v8
- // e.g. for Development Context
- // Automatic NullBackend for all caches (it's a caching backend which forgets everything immediately)
- foreach ($GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations'] as $cacheName => $cacheConfiguration) {
- $GLOBALS['TYPO3_CONF_VARS']['SYS']['caching']['cacheConfigurations'][$cacheName]['backend'] = \TYPO3\CMS\Core\Cache\Backend\NullBackend::class;
- }
Advertisement
Add Comment
Please, Sign In to add comment