CacheFlushEvent

New in version 11.4

The PSR-14 event \TYPO3\CMS\Core\Cache\Event\CacheFlushEvent is fired when caches are to be cleared.

Example

API

class \TYPO3\CMS\Core\Cache\Event\ CacheFlushEvent

Event fired when caches are to be cleared

getGroups ( )
returntype

array

hasGroup ( string $group)
param string $group

the group

returntype

bool

getErrors ( )
returntype

array

addError ( string $error)
param string $error

the error