-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix #1352 Add Flush for Cache #1395
Conversation
Is flush() implemented in every adapter? |
@phalcon Yes, use queryKeys to delete all |
Fix #1352 Add Flush for Cache
One question.. if flush uses queryKeys - it will not work when prefix is used ? |
@lantian Use queryKeys get keys is last key contains prefix. |
OMG, why don't you used native flush for Memcached, for example??? |
@tankist Because here only to remove the application Settings cache, on the same |
@dreamsxin Sorry, I don't get it. |
@tankist This is to avoid the interference between across applications. I can see if |
Fix #1352 Add Flush for Cache