Skip to content

Commit 3040c0f

Browse files
committed
Add note on query string and variants
1 parent 0482c54 commit 3040c0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

HttpCache/Invalidation/PurgeInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ interface PurgeInterface
1212
/**
1313
* Purge a URL
1414
*
15+
* Purging a URL will remove the cache for the URL, including the query
16+
* string, with all its Vary variants.
17+
*
1518
* @param string $url
1619
*
1720
* @return $this

0 commit comments

Comments
 (0)