cache property
RequestCache
get
cache
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.
Implementation
external RequestCache get cache;