Skip to content
New issue

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

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

Already on GitHub? # to your account

[12.x] Support taggeable store flushed cache events #55223

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

erikn69
Copy link
Contributor

@erikn69 erikn69 commented Mar 31, 2025

Trigger flush events on TaggedCache store

$cache->tags(['my_tag'])->flush();

@taylorotwell taylorotwell merged commit ba7aa73 into laravel:12.x Apr 1, 2025
41 checks passed
taylorotwell added a commit that referenced this pull request Apr 1, 2025
taylorotwell added a commit that referenced this pull request Apr 1, 2025
@taylorotwell
Copy link
Member

Reverted this. I don't think this should fire the same events. The flushing events were intended for when the entire cache is flushed.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing flushed cache event on Illuminate\Cache\TaggableStore
2 participants