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

Public Member Functions

 __construct (BootService $bootService, FrontendInterface $dependencyInjectionCache)
 

Protected Member Functions

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

Protected Attributes

BootService $bootService
 
FrontendInterface $dependencyInjectionCache
 

Detailed Description

Definition at line 34 of file CacheFlushCommand.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ configure()

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

Defines the allowed options for this command

Definition at line 51 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

◆ flushLegacyDatabaseCacheTables()

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

Member Data Documentation

◆ $bootService

BootService TYPO3\CMS\Core\Command\CacheFlushCommand::$bootService
protected

◆ $dependencyInjectionCache

FrontendInterface TYPO3\CMS\Core\Command\CacheFlushCommand::$dependencyInjectionCache
protected