TYPO3  7.6
List of all members
ClearCache Class Reference
Inheritance diagram for ClearCache:
AbstractAjaxAction AbstractAction ActionInterface

Additional Inherited Members

- Public Member Functions inherited from AbstractAjaxAction
 handle ()
 
- Protected Member Functions inherited from AbstractAction
 initializeHandle ()
 
 executeAction ()
 
 isDbalEnabled ()
 
 getContext ()
 
 loadExtLocalconfDatabaseAndExtTables ()
 
 getHashedPassword ($password)
 
- Protected Attributes inherited from AbstractAction
 $objectManager = null
 
 $view = null
 
 $controller = ''
 
 $action = ''
 
 $token = ''
 
 $postValues = array()
 
 $lastError = array()
 
 $messages = array()
 

Detailed Description

Clear Cache

This is an ajax wrapper for clearing the cache. Used for example after uninstalling an extension via ajax.

See Also

Definition at line 25 of file ClearCache.php.