ClearPageCacheController
Allows to clear the page cache of a given page uid.
This class is a specific Backend controller implementation and is not part of the TYPO3's Core API.
Table of Contents
Properties
Methods
- __construct() : mixed
- mainAction() : ResponseInterface
- Clear page cache
- getBackendUserAuthentication() : BackendUserAuthentication
- getLanguageService() : LanguageService
Properties
$dataHandler
        protected
            DataHandler
    $dataHandler
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct() : mixed
    mainAction()
Clear page cache
    public
                    mainAction(ServerRequestInterface $request) : ResponseInterface
    Parameters
- $request : ServerRequestInterface
Return values
ResponseInterfacegetBackendUserAuthentication()
    protected
                    getBackendUserAuthentication() : BackendUserAuthentication
    Return values
BackendUserAuthenticationgetLanguageService()
    protected
                    getLanguageService() : LanguageService