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
{{ message }}
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
Great work! Does this package respect Cache-Control headers? Specifically, if a server responds with Cache-Control: no-cache and I pass cacheRule: CacheRule(maxAge: const Duration(days: 7)), will this lib ignore the server and still cache the image for 7 days? What takes priority.
Thanks!
The text was updated successfully, but these errors were encountered:
That's the behavior I'm looking for. I want to ignore the server headers and set my own cache duration. That could be a cool feature to add at some point. Allowing devs to set priority headers from the server or use only the cache rule.
Great work! Does this package respect
Cache-Control
headers? Specifically, if a server responds withCache-Control: no-cache
and I passcacheRule: CacheRule(maxAge: const Duration(days: 7)),
will this lib ignore the server and still cache the image for 7 days? What takes priority.Thanks!
The text was updated successfully, but these errors were encountered: