.. include:: /Includes.rst.txt .. index:: Events; CacheWarmupEvent .. _CacheWarmupEvent: ================ CacheWarmupEvent ================ .. versionadded:: 11.4 The PSR-14 event :php:`\TYPO3\CMS\Core\Cache\Event\CacheWarmupEvent` is fired when :ref:`caches ` are to be warmed up. Example ======= .. include:: /_includes/EventsContributeNote.rst.txt API === .. include:: /CodeSnippets/Events/Core/Cache/CacheWarmupEvent.rst.txt