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 c3cc516 commit c22c7c1Copy full SHA for c22c7c1
doc/index.rst
@@ -3,6 +3,11 @@ FOSHttpCache
3
4
This is the documentation for the `FOSHttpCache library <https://github.com/FriendsOfSymfony/FOSHttpCache>`_.
5
6
+.. note::
7
+
8
+ This documentation is for the (upcoming) 2.0 of the library. For the stable
9
+ 1.* version, please refer to the `stable documentation`_.
10
11
This library integrates your PHP applications with HTTP caching proxies such as
12
Varnish, NGINX or the Symfony HttpCache class. Use this library to send
13
invalidation requests from your application to the caching proxy and to test
@@ -28,3 +33,5 @@ Contents:
28
33
29
34
testing-your-application
30
35
contributing
36
37
+.. _stable documentation: http://foshttpcache.readthedocs.org/en/stable/
0 commit comments