Skip to content
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 memcached cache delete_all() #2144

Open
wants to merge 1 commit into
base: 1.9/develop
Choose a base branch
from

Conversation

iturgeon
Copy link
Contributor

@iturgeon iturgeon commented Jul 9, 2020

The problem in the memcached cache driver prevents
\Cache::delete_all() from removingall the keys in the cache index.

The change allows that branch of the code to execute and includes
tests for the different states of cache_id and deleting with and
without a section in the arguments.

Signed-off-by: iturgeon iturgeon@gmail.com

fixes #2143

The problem in the memcached cache driver prevents
\Cache::delete_all() from removingall the keys in the cache index.

The change allows that branch of the code to execute and includes
tests for the different states of cache_id and deleting with and
without a section in the arguments.

Signed-off-by: iturgeon <iturgeon@gmail.com>
@WanWizard
Copy link
Member

Doesn't this delete everything in the cache, regardless of the cache ID?

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.

\Cache::delete_all() using memcached driver not clearing all items
2 participants