‪TYPO3CMS  11.5
TYPO3\CMS\Core\Core\Event\WarmupBaseTcaCache Class Reference

Public Member Functions

 __construct (FrontendInterface $coreCache)
 
 storeBaseTcaCache (AfterTcaCompilationEvent $event)
 

Private Attributes

FrontendInterface $coreCache
 

Detailed Description

Definition at line 24 of file WarmupBaseTcaCache.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Core\Event\WarmupBaseTcaCache::__construct ( FrontendInterface  $coreCache)

Member Function Documentation

◆ storeBaseTcaCache()

TYPO3\CMS\Core\Core\Event\WarmupBaseTcaCache::storeBaseTcaCache ( AfterTcaCompilationEvent  $event)

Stores TCA caches during cache warmup.

This event handler is injected dynamically by TYPO3\CMS\Core\Command\CacheWarmupCommand.

Definition at line 38 of file WarmupBaseTcaCache.php.

References $GLOBALS, TYPO3\CMS\Core\Utility\ExtensionManagementUtility\createBaseTcaCacheFile(), and TYPO3\CMS\Core\Configuration\Event\AfterTcaCompilationEvent\getTca().

Member Data Documentation

◆ $coreCache

FrontendInterface TYPO3\CMS\Core\Core\Event\WarmupBaseTcaCache::$coreCache
private