Skip to content

Commit

Permalink
docs: update link for xkey module
Browse files Browse the repository at this point in the history
  • Loading branch information
samnela authored and dunglas committed Nov 28, 2024
1 parent 8165c27 commit b1796ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A common setup is to put the Vulcain Gateway Server in at the edge of the networ
The full documents (not filtered) should be stored by Varnish. To do so, Varnish should strip the `Fields` and `Preload` headers before forwarding the request to the backend server.
This way, in most cases, the resources will be fetched directly from the Varnish cache (hit) and will be served almost instantly quickly to the Vulcain Gateway Server. The Vulcain server will then recursively fetch requested relations, and will filter the documents by removing useless fields.

Vulcain also plays very well with cache invalidation mechanisms such as [xkey](https://github.com/varnish/varnish-modules/blob/master/docs/vmod_xkey.rst).
Vulcain also plays very well with cache invalidation mechanisms such as [xkey](https://github.com/varnish/varnish-modules/blob/master/src/vmod_xkey.vcc).

## Preventing to Push Resources Already in Cache (Cache-Digests and CASPer)

Expand Down

0 comments on commit b1796ad

Please sign in to comment.