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 7cb46ad commit 7275edfCopy full SHA for 7275edf
src/Handler/TagHandler.php
@@ -106,6 +106,10 @@ 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 tags
110
+ * and invalidation is dispatched on request termination. To immediately
111
+ * dispatch the invalidation request, call the CacheManager::flush() method.
112
+ *
113
* @param array $tags Cache tags
114
115
* @return $this
0 commit comments