Skip to content
Merged
Show file tree
Hide file tree
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
11 changes: 9 additions & 2 deletions doc/invalidation-introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,15 @@ HTTP Caching Terminology

Time to live (TTL)
Maximum lifetime of some content. Expressed in either an expiry date
for the content (the `Expires:` header) or its maximum age (the
`max-age` and `s-maxage` cache control directives).
for the content (the ``Expires:`` header) or its maximum age (the
``max-age`` and ``s-maxage`` cache control directives).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i thought i did a search for single backticks over the whole doc at some point :-(


Invalidation
Invalidating a piece of content means telling the caching proxy to no
longer serve that content to clients. The proxy can choose to either
discard the content immediately, or do so when it is next requested.
On that next request, the proxy will fetch a fresh copy from the
application.

What is Cache Invalidation?
---------------------------
Expand Down
2 changes: 2 additions & 0 deletions doc/proxy-configuration.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _proxy-configuration:

Caching Proxy Configuration
===========================

Expand Down
2 changes: 2 additions & 0 deletions doc/user-context.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _user-context:

Cache on User Context
=====================

Expand Down
2 changes: 2 additions & 0 deletions doc/varnish-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Varnish contains a `ban lurker`_ that crawls the content to eventually throw out

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

.. _varnish_tagging:

Tagging
~~~~~~~

Expand Down