‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Command\CacheFlushCommand Class Reference
Inheritance diagram for TYPO3\CMS\Core\Command\CacheFlushCommand:

Public Member Functions

 __construct (protected readonly BootService $bootService, protected readonly FrontendInterface $dependencyInjectionCache)
 

Protected Member Functions

 configure ()
 
 execute (InputInterface $input, OutputInterface $output)
 
 flushDependencyInjectionCaches (string $group)
 
 flushCoreCaches (string $group, ContainerInterface $container)
 

Detailed Description

Definition at line 32 of file CacheFlushCommand.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Command\CacheFlushCommand::__construct ( protected readonly BootService  $bootService,
protected readonly FrontendInterface  $dependencyInjectionCache 
)

Definition at line 34 of file CacheFlushCommand.php.

Member Function Documentation

◆ configure()

TYPO3\CMS\Core\Command\CacheFlushCommand::configure ( )
protected

Defines the allowed options for this command

Definition at line 44 of file CacheFlushCommand.php.

◆ execute()

TYPO3\CMS\Core\Command\CacheFlushCommand::execute ( InputInterface  $input,
OutputInterface  $output 
)
protected

◆ flushCoreCaches()

TYPO3\CMS\Core\Command\CacheFlushCommand::flushCoreCaches ( string  $group,
ContainerInterface  $container 
)
protected

◆ flushDependencyInjectionCaches()

TYPO3\CMS\Core\Command\CacheFlushCommand::flushDependencyInjectionCaches ( string  $group)
protected