cache property
      
      RequestCache
      get
      cache
      
    
    
Returns the cache mode associated with request, which is a string indicating how the request will interact with the browser's cache when fetching.
Implementation
_i3.RequestCache get cache =>
    _i3.RequestCacheOptions.values.byName(_i4.getProperty(
      this,
      'cache',
    ));