Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RequestCache

type RequestCache =
| "default"
| "force-cache"
| "no-cache"
| "no-store"
| "only-if-cached"
| "reload";

§Type

§
"default" | "force-cache" | "no-cache" | "no-store" | "only-if-cached" | "reload"
[src]