Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zukowsky committed Jul 17, 2015
1 parent d899dec commit e765150
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,9 @@ If you get *ServiceNotCreated* exception most probably one of your injections is
### Console commands

* Clear generated proxy files: `php public/index.php mxdimodule proxy clear`
* Clear annotation parsing cache: `php public/index.php mxdimodule cache clear`

Clear all generated proxy files from the proxy dir

* Clear annotation parsing cache: `php public/index.php mxdimodule cache clear [<fqcn>]`

Flush whole cache or only of a given service

0 comments on commit e765150

Please sign in to comment.