Skip to content

Commit d641d87

Browse files
committed
Merge pull request #90 from FriendsOfSymfony/docs-links
[WIP] Add reference targets for bundle docs
2 parents ee8a227 + e5c3331 commit d641d87

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

doc/invalidation-introduction.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,15 @@ HTTP Caching Terminology
2424

2525
Time to live (TTL)
2626
Maximum lifetime of some content. Expressed in either an expiry date
27-
for the content (the `Expires:` header) or its maximum age (the
28-
`max-age` and `s-maxage` cache control directives).
27+
for the content (the ``Expires:`` header) or its maximum age (the
28+
``max-age`` and ``s-maxage`` cache control directives).
29+
30+
Invalidation
31+
Invalidating a piece of content means telling the caching proxy to no
32+
longer serve that content to clients. The proxy can choose to either
33+
discard the content immediately, or do so when it is next requested.
34+
On that next request, the proxy will fetch a fresh copy from the
35+
application.
2936

3037
What is Cache Invalidation?
3138
---------------------------

doc/proxy-configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _proxy-configuration:
2+
13
Caching Proxy Configuration
24
===========================
35

doc/user-context.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _user-context:
2+
13
Cache on User Context
24
=====================
35

doc/varnish-configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Varnish contains a `ban lurker`_ that crawls the content to eventually throw out
8686

8787
.. _ban lurker: https://www.varnish-software.com/blog/ban-lurker
8888

89+
.. _varnish_tagging:
90+
8991
Tagging
9092
~~~~~~~
9193

0 commit comments

Comments
 (0)