Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3585bc2

Browse filesBrowse files
committed
minor symfony#7097 link to specific HTTP Cache RFC (snoek09)
This PR was merged into the 2.7 branch. Discussion ---------- link to specific HTTP Cache RFC This fixes issue symfony#7096. Commits ------- 7dcae93 link to specific HTTP Cache RFC
2 parents faaa510 + 7dcae93 commit 3585bc2
Copy full SHA for 3585bc2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎http_cache.rst

Copy file name to clipboardExpand all lines: http_cache.rst
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ isn't always possible for highly dynamic sites, or is it? With
1919
on only *fragments* of your site.
2020

2121
The Symfony cache system is different because it relies on the simplicity
22-
and power of the HTTP cache as defined in the `HTTP specification`_. Instead of
22+
and power of the HTTP cache as defined in `RFC 7234 - Caching`_. Instead of
2323
reinventing a caching methodology, Symfony embraces the standard that defines
2424
basic communication on the Web. Once you understand the fundamental HTTP
2525
validation and expiration caching models, you'll be ready to master the Symfony
@@ -366,4 +366,3 @@ Learn more
366366
.. _`RFC 7234 - Caching`: https://tools.ietf.org/html/rfc7234
367367
.. _`RFC 7232 - Conditional Requests`: https://tools.ietf.org/html/rfc7232
368368
.. _`FOSHttpCacheBundle`: http://foshttpcachebundle.readthedocs.org/
369-
.. _`HTTP specification`: http://www.w3.org/Protocols/rfc2616/rfc2616.html

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.