10000 link to specific HTTP Cache RFC by snoek09 · Pull Request #7097 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

link to specific HTTP Cache RFC #7097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions http_cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ isn't always possible for highly dynamic sites, or is it? With
on only *fragments* of your site.

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