Home
last modified time | relevance | path

Searched refs:OpcodeCacheService (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.4/
H A DBreaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst13 The `OpcodeCacheUtility` has been migrated to a service class called `OpcodeCacheService`, all meth…
31 Create an instance of `OpcodeCacheService` and call its method by the object operator `->`.
37 …GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($cacheEntryPathAndFilename…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.4/
H A DBreaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst13 The `OpcodeCacheUtility` has been migrated to a service class called `OpcodeCacheService`, all meth…
31 Create an instance of `OpcodeCacheService` and call its method by the object operator `->`.
37 …GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($cacheEntryPathAndFilename…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.4/
H A DBreaking-63838-ChangedOpcodeCacheUtilityBeingAServiceClass.rst13 The `OpcodeCacheUtility` has been migrated to a service class called `OpcodeCacheService`, all meth…
31 Create an instance of `OpcodeCacheService` and call its method by the object operator `->`.
37 …GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($cacheEntryPathAndFilename…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/install/Classes/SystemEnvironment/
H A DSetupCheck.php21 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
194 $opcodeCaches = GeneralUtility::makeInstance(OpcodeCacheService::class)->getAllActive();
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/install/Classes/SystemEnvironment/
H A DSetupCheck.php22 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
196 $opcodeCaches = GeneralUtility::makeInstance(OpcodeCacheService::class)->getAllActive();
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/
H A DServiceProvider.php71 Service\OpcodeCacheService::class => [ static::class, 'getOpcodeCacheService' ],
287 …ic static function getOpcodeCacheService(ContainerInterface $container): Service\OpcodeCacheService
289 return self::new($container, Service\OpcodeCacheService::class);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/install/Classes/SystemEnvironment/
H A DSetupCheck.php20 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
196 $opcodeCaches = GeneralUtility::makeInstance(OpcodeCacheService::class)->getAllActive();
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Configuration/
H A DConfigurationManager.php19 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
382 … GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($localConfigurationFile);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Configuration/
H A DConfigurationManager.php20 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
391 … GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($localConfigurationFile);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Configuration/
H A DConfigurationManager.php20 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
382 … GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($localConfigurationFile);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Service/
H A DOpcodeCacheService.php23 class OpcodeCacheService class
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Service/
H A DOpcodeCacheService.php24 class OpcodeCacheService class
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Service/
H A DOpcodeCacheService.php24 class OpcodeCacheService class
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Cache/Backend/
H A DSimpleFileBackend.php23 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
237 …GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($cacheEntryPathAndFilename…
H A DFileBackend.php21 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
159 …GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($cacheEntryPathAndFilename…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Cache/Backend/
H A DSimpleFileBackend.php22 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
236 …GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($cacheEntryPathAndFilename…
H A DFileBackend.php20 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
158 …GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($cacheEntryPathAndFilename…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Cache/Backend/
H A DSimpleFileBackend.php23 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
237 …GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($cacheEntryPathAndFilename…
H A DFileBackend.php21 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
159 …GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive($cacheEntryPathAndFilename…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/
H A DServiceProvider.php86 Service\OpcodeCacheService::class => [ static::class, 'getOpcodeCacheService' ],
449 …ic static function getOpcodeCacheService(ContainerInterface $container): Service\OpcodeCacheService
451 return self::new($container, Service\OpcodeCacheService::class);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/install/Classes/Service/
H A DCoreUpdateService.php20 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
508 GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive();
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/install/Classes/Service/
H A DCoreUpdateService.php21 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
482 GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive();
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/install/Classes/Service/
H A DCoreUpdateService.php21 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
482 GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive();
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extensionmanager/Classes/Utility/
H A DInstallUtility.php21 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
443 GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive();
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extensionmanager/Classes/Utility/
H A DInstallUtility.php35 use TYPO3\CMS\Core\Service\OpcodeCacheService; alias
360 GeneralUtility::makeInstance(OpcodeCacheService::class)->clearAllActive();

12