You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
WebfactoryHttpCacheBundle is a Symfony bundle that eases
4
4
[HTTP cache validation via the last modified header](https://symfony.com/doc/current/http_cache/validation.html#validation-with-the-last-modified-header).
5
5
6
-
It provides the ```ReplaceWithNotModified``` annotation for your controller actions. This annotation can be
6
+
It provides the ```ReplaceWithNotModifiedResponse``` annotation for your controller actions. This annotation can be
7
7
parameterised with Voters, one for each of the underlying ressources that overall determine the last modified date for
8
8
the response. By extracting the "last modified date of a ressource" parts into small, reusable Voters, it helps to keep
9
9
the controller clean and redundance-free. Compare for yourself a controller handling all by itself:
0 commit comments