-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Broken CacheFlushing event on TaggedCache #55322
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
Comments
There was a great fix for this
But Taylor closes it and said:
|
@parallels999 Don't ping like that. Especially not Taylor. |
There was an attempt to fix this (#55223), but it was reverted since Taylor said he doesn't think the same event should be used for the whole cache as well as the tagged cache. Edit: Nevermind, that wouldn't have fixed this issue. |
#55223 wasn't trying to correct this, It was an attempt to just add the missing event Your PR add framework/src/Illuminate/Cache/TaggedCache.php Lines 104 to 113 in dd16215
EDIT:
yes |
After version update i have the same problem |
Laravel Version
12.7.2
PHP Version
8.3
Database Driver & Version
no matter
Description
Since #55142 was merged, the tagged cache can not be cleared.
Steps To Reproduce
flush
method isn't broken.clear
method is broken. But it is a part ofPsr\SimpleCache\CacheInterface
and should work ahead, I think.The text was updated successfully, but these errors were encountered: