2 declare(strict_types = 1);
44 if ($table ===
'sys_domain'
45 || $table ===
'sys_language'
46 || ($status ===
'new' && $table ===
'pages' && (
int)$updatedFields[
'pid'] === 0)
52 GeneralUtility::removeSingletonInstance(SiteMatcher::class, GeneralUtility::makeInstance(SiteMatcher::class));
69 if ($table ===
'sys_domain' || $table ===
'sys_language') {
82 return GeneralUtility::makeInstance(CacheManager::class)->getCache(
'cache_core');