Skip to content

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 [email protected]

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 <[email protected]>
@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