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.
2 parents 7cb46ad + 66795df commit cf67da5Copy full SHA for cf67da5
src/Handler/TagHandler.php
@@ -106,6 +106,11 @@ public function addTags(array $tags)
106
* Invalidate cache entries that contain any of the specified tags in their
107
* tag header.
108
*
109
+ * The cache manager is told to invalidate all content with the specified
110
+ * tags. The invalidaton requests are sent to the caching proxy on kernel
111
+ * termination (both for web requests and command runs). To immediately
112
+ * send the invalidation request, call the CacheManager::flush() method.
113
+ *
114
* @param array $tags Cache tags
115
116
* @return $this
0 commit comments