Skip to content

Instantly share code, notes, and snippets.

@PetraMotz
Created August 4, 2021 11:54
Show Gist options
  • Save PetraMotz/d3d818fc9ded2cc4161866ac4cb820a3 to your computer and use it in GitHub Desktop.
Save PetraMotz/d3d818fc9ded2cc4161866ac4cb820a3 to your computer and use it in GitHub Desktop.
PHP #cache #php
$cache = GeneralUtility::makeInstance(CacheManager::class)->getCache('cache_runtime');
$cache->flush();
########################
$TCE = new \TYPO3\CMS\Core\DataHandling\DataHandler();
$TCE->admin = 1;
$TCE->start([], []);
$TCE->clear_cacheCmd('all');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment