Skip to main content
type alias RequestCache
definition:
| "default"
| "force-cache"
| "no-cache"
| "no-store"
| "only-if-cached"
| "reload"