You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Memcached::GET_EXTENDED flag, what should be the return value for Memcached::get when a callback is provided and the value is not found in memcached? I would expect a structure like a known value would return, but only the return value of the callback seems to be returned, is this intentional?