‪TYPO3CMS  11.5
TYPO3\CMS\Core\Cache\Event\CacheWarmupEvent Class Reference

Public Member Functions

 __construct (array $groups)
 
 getGroups ()
 
 hasGroup (string $group)
 
 getErrors ()
 
 addError (string $error)
 

Private Attributes

array $groups = []
 
array $errors = []
 

Detailed Description

Event fired when caches are to be warmed up

Definition at line 23 of file CacheWarmupEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Cache\Event\CacheWarmupEvent::__construct ( array  $groups)

Member Function Documentation

◆ addError()

TYPO3\CMS\Core\Cache\Event\CacheWarmupEvent::addError ( string  $error)

Definition at line 48 of file CacheWarmupEvent.php.

◆ getErrors()

TYPO3\CMS\Core\Cache\Event\CacheWarmupEvent::getErrors ( )

◆ getGroups()

TYPO3\CMS\Core\Cache\Event\CacheWarmupEvent::getGroups ( )

◆ hasGroup()

Member Data Documentation

◆ $errors

array TYPO3\CMS\Core\Cache\Event\CacheWarmupEvent::$errors = []
private

◆ $groups

array TYPO3\CMS\Core\Cache\Event\CacheWarmupEvent::$groups = []
private