Commands in namespace cache 

Command Description
vendor/bin/typo3 cache:flush
Flush TYPO3 caches.
vendor/bin/typo3 cache:warmup
Warmup TYPO3 caches.

vendor/bin/typo3 cache:flush

vendor/bin/typo3 cache:flush Back to list
Flush TYPO3 caches.
Usage
vendor/bin/typo3 cache:flush [-g|--group [GROUP]]
Copied!
Options

--group

--group / -g
The cache group to flush (system, pages, di or all)
Value
Optional
Default value
"all"
Help

This command can be used to clear the caches, for example after code updates in local development and after deployments.

vendor/bin/typo3 cache:warmup

vendor/bin/typo3 cache:warmup Back to list
Warmup TYPO3 caches.
Usage
vendor/bin/typo3 cache:warmup [-g|--group [GROUP]]
Copied!
Options

--group

--group / -g
The cache group to warmup (system, pages, di or all)
Value
Optional
Default value
"all"
Help

This command is useful for deployments to warmup caches during release preparation.