This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* @var $cacheHash \TYPO3\CMS\Frontend\Page\CacheHashCalculator */ | |
| $cacheHash = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Frontend\\Page\\CacheHashCalculator'); | |
| $result = $cacheHash->generateForParameters($_SERVER['QUERY_STRING']); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Clears the cache based on the command $cacheCmd. | |
| * | |
| * $cacheCmd='pages': Clears cache for all pages. Requires admin-flag to | |
| * be set for BE_USER. | |
| * | |
| * $cacheCmd='all': Clears all cache_tables. This is necessary if | |
| * templates are updated. Requires admin-flag to be set for BE_USER. | |
| * |
NewerOlder