Skip to content

Commit

Permalink
minor #4448 [Book][HTTP Cache] moved inlined URL to the bottom of the…
Browse files Browse the repository at this point in the history
… file (xabbuh)

This PR was merged into the 2.3 branch.

Discussion
----------

[Book][HTTP Cache] moved inlined URL to the bottom of the file

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets |

Commits
-------

28137ab moved inlined URL to the bottom of the file
  • Loading branch information
wouterj committed Nov 14, 2014
2 parents 6995b07 + 28137ab commit 81fc1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/http_cache.rst
Expand Up @@ -763,8 +763,7 @@ at some interval (the expiration) to verify that the content is still valid.
.. tip:: .. tip::


You can also define HTTP caching headers for expiration and validation by using You can also define HTTP caching headers for expiration and validation by using
annotations. See the annotations. See the `FrameworkExtraBundle documentation`_.
`FrameworkExtraBundle documentation <http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/cache.html>`_.


.. index:: .. index::
pair: Cache; Configuration pair: Cache; Configuration
Expand Down Expand Up @@ -1127,4 +1126,5 @@ Learn more from the Cookbook
.. _`HTTP Bis`: http://tools.ietf.org/wg/httpbis/ .. _`HTTP Bis`: http://tools.ietf.org/wg/httpbis/
.. _`P4 - Conditional Requests`: http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional .. _`P4 - Conditional Requests`: http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional
.. _`P6 - Caching: Browser and intermediary caches`: http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache .. _`P6 - Caching: Browser and intermediary caches`: http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache
.. _`FrameworkExtraBundle documentation`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/cache.html
.. _`ESI`: http://www.w3.org/TR/esi-lang .. _`ESI`: http://www.w3.org/TR/esi-lang

0 comments on commit 81fc1c6

Please sign in to comment.