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

[BUG] Phalcon\Cache\Backend\Memory [2.0.13/2.1.x/3.0.x] Missing update lastKey #12050

Closed
aleksandr-yulin opened this issue Jul 29, 2016 · 1 comment
Assignees
Labels
bug A bug report status: medium Medium
Milestone

Comments

@aleksandr-yulin
Copy link

Missing update this->_lastKey for save() method

$cache->save('test', 'test');
echo $cache->exists() // return FALSE
@sergeyklay
Copy link
Contributor

Fixed in the 3.0.x branch.

@niden niden added bug A bug report status: medium Medium and removed Bug - Medium labels Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: medium Medium
Projects
None yet
Development

No branches or pull requests

3 participants