Skip to content

Commit

Permalink
Clarify versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Feb 11, 2025
1 parent d1b1123 commit e1b8a85
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions guides/hosting/infrastructure/reverse-http-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,10 @@ The Reverse Proxy Cache shares the same invalidation mechanism as the Object Cac

There are a few different cache clearing commands:

1. `bin/console cache:clear` - Clears and warms up the application cache
2. `bin/console cache:clear:all` - Clears everything, including application cache, cache pools and the HTTP cache
3. `bin/console cache:clear:http` - Clears the reverse proxy cache if enabled, if not it clears the `http` cache pool
1. `bin/console cache:clear` - Clears and warms up the application cache (In versions before 6.7 this command also cleared the HTTP cache)
2. `bin/console cache:clear:all` - Clears everything, including application cache, cache pools and the HTTP cache (Since version 6.6.8)
3. `bin/console cache:clear:http` - Clears the reverse proxy cache if enabled, if not it clears the `http` cache pool (Since version 6.6.10)
4. `bin/console cache:pool:clear --all` - Clears only the object cache (Useful for when you don't want to clear the http cache, pre version 6.6.10)

If you only want to clear the http cache, use `bin/console cache:clear:http`

Expand Down

0 comments on commit e1b8a85

Please sign in to comment.