CacheWarmupEvent

New in version 11.4

The PSR-14 event \TYPO3\CMS\Core\Cache\Event\CacheWarmupEvent is fired when caches are to be warmed up.

Example

API

class \TYPO3\CMS\Core\Cache\Event\ CacheWarmupEvent

Event fired when caches are to be warmed up

getGroups ( )
returntype

array

hasGroup ( string $group)
param string $group

the group

returntype

bool

getErrors ( )
returntype

array

addError ( string $error)
param string $error

the error