We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef107db commit 4468d86Copy full SHA for 4468d86
Readme.md
@@ -6,7 +6,8 @@
6
that provides mechanisms for manipulating HTTP cache headers according to
7
[RFC 2616 §14.9](https://tools.ietf.org/html/rfc2616#section-14.9).
8
9
-Supports Fastify versions ^2.0.0.
+Supports Fastify versions ^3.0.0. Version v5.x supports Fastify ^3.0.0 in
10
+the [`v5.x` branch](https://github.com/fastify/fastify-caching/tree/v5.x).
11
12
This plugin fully supports Fastify's encapsulation. Therefore, routes that
13
should have differing cache settings should be registered within different
0 commit comments