cache
Request: Caching.
Specifies the cache mode for the request. The default value is default
, which indicates that the browser or executing engine should use sensible and safe defaults.
From MDN: "The cache read-only property of the Request interface contains the cache mode of the request. It controls how the request will interact with the browser's HTTP cache."
See also: MDN, Request.cache.