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
Hi,thanks for your issue,
Sorry about the confusion caused by readme, I have solved this problem in the latest version.
There was a discussion about this issue in issue6.
In the mean time, I've also updated readme.
If you have any question, please feel free to let me know.
DOC:
dio-http-cache uses url as key
.Letting the user define custom keys for caching would enable users to share cache between requests.
Such a feature is interesting in the following example:
http://example.com/a/b
http://example.com/a/b?timestamp=1566563506431
http://example.com/a/b?timestamp=1566563506433
The API needs a timestamp GET parameter that cannot be shared between requests, be we would like to save them as ONE request in sqflite. (for
MaxStale
fallback)The above case can also be solved by providing
queryParameters
at thebuildCacheOptions
level, where they could be ignore by the hash method.The text was updated successfully, but these errors were encountered: