queryCache.findAll(key) weird behaviour
hi.
I have a function which returns some cache data
but i want it to return undefined while nothing found
in that case im getting some strange result
return undefined doesnt work
and im getting 2 console logs output with and without data
can anyone explain why is that happening?
I have a function which returns some cache data
but i want it to return undefined while nothing found
in that case im getting some strange result
return undefined doesnt work
and im getting 2 console logs output with and without data
can anyone explain why is that happening?

