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
E.g. if you pass requestOptions: { memoize: false } at instantiation and then do instance.get(<path>, { memoize: true }), the more specific setting is not honored, and the request is not memoized.
The text was updated successfully, but these errors were encountered:
E.g. if you pass
requestOptions: { memoize: false }
at instantiation and then doinstance.get(<path>, { memoize: true })
, the more specific setting is not honored, and the request is not memoized.The text was updated successfully, but these errors were encountered: