cache property

RequestCache cache

Contains the cache mode of the request (e.g., default, reload, no-cache).

MDN reference

Implementation

RequestCache get cache => _storage.of(#cache, () => RequestCache.default_);