Jump to main content Jump to doc navigation

Событие: OnBeforeCacheUpdate

Запускается перед обновлением кэша.

Сервис: 4 - События сервиса кэша Группа: Нет

Параметры события

Нет.

Example

<?php
$eventName = $modx->event->name;
switch($eventName) {
    case 'OnBeforeCacheUpdate':
        $modx->log(modX::LOG_LEVEL_ERROR, "Стартуем!");
        break;
}

Теперь обновите кэш, и увидите "Стартуем!"

Смотри также

Support the team building MODX with a monthly donation.

The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.

Backers

Budget

$0 per month—let's make that $500!

Learn more