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:flushBack to list -
Flush TYPO3 caches.Usage
vendor/bin/typo3 cache:flush [-g|--group [GROUP]]Copied!HelpThis 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:warmupBack to list -
Warmup TYPO3 caches.Usage
vendor/bin/typo3 cache:warmup [-g|--group [GROUP]]Copied!HelpThis command is useful for deployments to warmup caches during release preparation.