CacheFlushCommand extends Command
Table of Contents
Properties
Methods
- __construct() : mixed
- configure() : void
- Defines the allowed options for this command
- execute() : int
- {@inheritdoc}
- flushCoreCaches() : void
- flushDependencyInjectionCaches() : void
Properties
$bootService read-only
protected
BootService
$bootService
$dependencyInjectionCache read-only
protected
FrontendInterface
$dependencyInjectionCache
Methods
__construct()
public
__construct(BootService $bootService, FrontendInterface $dependencyInjectionCache) : mixed
Parameters
- $bootService : BootService
- $dependencyInjectionCache : FrontendInterface
configure()
Defines the allowed options for this command
protected
configure() : void
execute()
{@inheritdoc}
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
intflushCoreCaches()
protected
flushCoreCaches(string $group, ContainerInterface $container) : void
Parameters
- $group : string
- $container : ContainerInterface
flushDependencyInjectionCaches()
protected
flushDependencyInjectionCaches(string $group) : void
Parameters
- $group : string