Skip to content

Commit 440973f

Browse files
committed
Note flush method can be called repeatedly
1 parent 3348f66 commit 440973f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/cache-invalidator.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,9 @@ When using the [Symfony bundle](https://github.com/FriendsOfSymfony/FOSHttpCache
170170
you don’t have to call `flush()`, as the bundle flushes the invalidator for you
171171
after the response has been sent.
172172

173+
As `flush()` empties the invalidation queue, you can safely call the method
174+
multiple times.
175+
173176
Error handling
174177
--------------
175178

0 commit comments

Comments
 (0)