php bin/console cache:clear

Clear the cache

Usage

cache:clear [--no-warmup] [--no-optional-warmers]

Options

      --no-warmup             Do not warm up the cache 
      --no-optional-warmers   Skip optional cache warmers (faster) 

Help

The cache:clear command clears and warms up the application cache for a given environment
and debug mode:

  php bin/console cache:clear --env=dev
  php bin/console cache:clear --env=prod --no-debug