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

Commits on Jul 9, 2020

  1. [fix] memcached cache delete_all()

    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]>
    iturgeon committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    cb3eccd View commit details
    Browse the repository at this point in the history