This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
ZendCache 2.8 sets $success on getItem if there is a null response #165
Comments
Closed
thomasvargiu
added a commit
to thomasvargiu/zend-cache
that referenced
this issue
Apr 26, 2018
Closed
thomasvargiu
added a commit
to thomasvargiu/zend-cache
that referenced
this issue
Apr 26, 2018
thomasvargiu
added a commit
to thomasvargiu/zend-cache
that referenced
this issue
Apr 26, 2018
weierophinney
pushed a commit
that referenced
this issue
Apr 26, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you use the
getItem
function fromStorage/Adapter/AbstractAdapter
you have the$success
reference to check whether it succeed or not. This attribute is alsotrue
if thegetItem
responsedednull
(getting the item failed)`.In previous ZendCache 2.7 it works perfectly.
Code to reproduce the issue
Expected results
The
$success
attribute is needed to know whether a$item
is found or not, so it should be false.The text was updated successfully, but these errors were encountered: