Skip to content

update phpdoc for TagHandler::invalidateTags #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2015
Merged

Conversation

dbu
Copy link
Contributor

@dbu dbu commented Jun 24, 2015

@@ -106,6 +106,10 @@ public function addTags(array $tags)
* Invalidate cache entries that contain any of the specified tags in their
* tag header.
*
* The cache manager is told to invalidate all content with the specified tags
* and invalidation is dispatched on request termination. To immediately
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not just request termination, right? Also command termination, so more generally, kernel termination.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true, kernel terminate would be the right thing to say here. maybe even be explicit that commands are covered as well.

@dbu dbu force-pushed the improve-invalidate-doc branch from 7275edf to 66795df Compare June 24, 2015 14:53
@dbu
Copy link
Contributor Author

dbu commented Jun 24, 2015

improved the wording

ddeboer added a commit that referenced this pull request Jun 25, 2015
update phpdoc for TagHandler::invalidateTags
@ddeboer ddeboer merged commit cf67da5 into master Jun 25, 2015
@ddeboer ddeboer deleted the improve-invalidate-doc branch June 25, 2015 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalidate Tag immediately instead of when command finishes
2 participants