[Plugin: Memcached Object Cache] 'checkthedatabaseplease' == $value is true for int(0)
-
I am not sure why the ‘checkthedatabaseplease’ is there, but if you are trying to store / get “int(0)” as the data, then this check succeeds in both places, when I presume it should not.
'checkthedatabaseplease' == 0
is bool(true).This means it is not possible to store int(0) in object cache.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Memcached Object Cache] 'checkthedatabaseplease' == $value is true for int(0)’ is closed to new replies.