Commit 7f0eb809 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Script de vidage de cache : ajout de --flush aux commandes Doctrine pour...

Script de vidage de cache : ajout de --flush aux commandes Doctrine pour carrément vider plutôt qu'invalider.
parent 6ec6d049
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -28,6 +28,6 @@ DOCTRINE_CACHE_DIR=${DIR}/data/DoctrineModule/cache
printf "Vidage du répertoire du cache Doctrine '%s'... " $DOCTRINE_CACHE_DIR && \
rm -rf $DOCTRINE_CACHE_DIR/* && \
echo "Fait."
${DIR}/vendor/bin/doctrine-module orm:clear-cache:query
${DIR}/vendor/bin/doctrine-module orm:clear-cache:metadata
${DIR}/vendor/bin/doctrine-module orm:clear-cache:result
${DIR}/vendor/bin/doctrine-module orm:clear-cache:query --flush
${DIR}/vendor/bin/doctrine-module orm:clear-cache:metadata --flush
${DIR}/vendor/bin/doctrine-module orm:clear-cache:result --flush