symfonyコマンド
bin/console cache:clear
キャッシュクリア
cache:warmupも自動的に行われる
php bin/console cache:warmup --help
Description:
Warm up an empty cache
Usage:
Options:
--no-optional-warmers Skip optional cache warmers (faster)
-h, --help Display help for the given command. When no command is given display help for the list command
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
-n, --no-interaction Do not ask any interactive question
--no-debug Switch off debug mode.
--profile Enables profiling (requires debug).
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
The cache:warmup command warms up the cache.
Before running this command, the cache must be empty.