You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Resources/doc/tagging.md
+17-12Lines changed: 17 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
Tagged Cache Invalidation
2
2
=========================
3
3
4
+
*[Introduction](#introduction)
5
+
*[Configuration](#configuration)
6
+
*[Tagging with the Cache Manager](#tagging-with-the-cache-manager)
7
+
*[Tagging with Annotations](#tagging-with-annotations)
8
+
4
9
Introduction
5
10
------------
6
11
@@ -14,24 +19,24 @@ is a simpler version of [Linked Cache Invalidation](http://tools.ietf.org/html/d
14
19
15
20
Tagged Cache Invalidation allows you to:
16
21
* assign tags to your applications’s responses (e.g., `articles`, `article-42`)
17
-
* invalidate the responses by tag (e.g., invalidate all responses that are tagged
22
+
*[invalidate the responses by tag](https://github.com/FriendsOfSymfony/FOSHttpCache/blob/master/doc/cache-invalidator.md#tags) (e.g., invalidate all responses that are tagged
18
23
`article-42`)
19
24
20
-
Caching Proxy Configuration
21
-
---------------------------
25
+
Configuration
26
+
-------------
22
27
23
-
You need to configure your caching proxy to support cache tagging. For Varnish,
24
-
you can find an example configuration in the [Varnish chapter of the FOSHttpCache library]
0 commit comments