PHP code example of queo / typo3-software-cache
1. Go to this page and download the library: Download queo/typo3-software-cache library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
queo / typo3-software-cache example snippets
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearCachePostProc'][] = \Queo\Typo3\SoftwareCache\Service\CacheManagementService::class . '->clearCache';