Skip to content

Commit 7275edf

Browse files
committed
update phpdoc for TagHandler::invalidateTags
1 parent 7cb46ad commit 7275edf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Handler/TagHandler.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ public function addTags(array $tags)
106106
* Invalidate cache entries that contain any of the specified tags in their
107107
* tag header.
108108
*
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+
*
109113
* @param array $tags Cache tags
110114
*
111115
* @return $this

0 commit comments

Comments
 (0)