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
The CacheInterfaceget method is by default hinted with the mixed return type. The callback parameter return will be the cache item, so that return type could be used to determine the right return type.
The text was updated successfully, but these errors were encountered:
The
CacheInterface
get
method is by default hinted with themixed
return type. Thecallback
parameter return will be the cache item, so that return type could be used to determine the right return type.The text was updated successfully, but these errors were encountered: