I need to flush a cache for a specific page from TYPO3 version 8 backend in the Extension from my Controller. I found a solution for flushing all caches but this is the last option.
GeneralUtility::makeInstance(\TYPO3\CMS\Core\Cache\CacheManager::class)
->flushCachesInGroupByTags('pages', [ 'pageId_'.$id ]);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With