Skip to content

Commit 8da3a08

Browse files
committed
Explain difference between refresh and purge
1 parent d7cb2a7 commit 8da3a08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Invalidation/Method/RefreshInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ interface RefreshInterface
1212
/**
1313
* Refresh a URL
1414
*
15-
* Refreshing a URL will generate a new cached response for it.
15+
* Refreshing a URL will generate a new cached response for the URL,
16+
* including the query string but excluding any Vary variants.
1617
*
1718
* @param string $url
1819
*

0 commit comments

Comments
 (0)