Request.Cache
Request cache mode enum.
type t = Jstr.t
The type for RequestCache values.
RequestCache
val default : t
val force_cache : t
val no_cache : t
val no_store : t
val only_if_cached : t
val reload : t