manualy clear application cache –
remove all files in /app/cache:
rm -r app/cache/*
and then warmup cache for needed environment like that:
app/console cache:warmup --env=prod
manualy clear application cache –
remove all files in /app/cache:
rm -r app/cache/*
and then warmup cache for needed environment like that:
app/console cache:warmup --env=prod