|
|
Clear cache from extensionSometimes after certain operations in your custom extension you need to clear the cache of TYPO3, you do this easily because TYPO3 has some methods for this. Also you can either clear the full cache or the partial cache (for one page).Here it is how you can do it: $GLOBALS['TSFE']->clearPageCacheContent() // this clears the whole cache $GLOBALS['TSFE']->clearPageCacheContent_pidList($pidList) // this clears the cache for the given page uid's That's all! General aspects : | TYPO3 | TYPO3 Installation | TYPO3 Configuration | TYPO Administration | TYPO3 Performance |TYPO3 Troubleshooting | TYPO3 Glossary | Development : | Typoscript | TYPO3 Extensions - TER | TYPO3 API | TYPO3 Extension Development | Extbase | Fluid? | 3rd party | Back to > CMS |
Google SearchLogin |