cache property

RequestCache get cache

Implementation

RequestCache get cache =>
    RequestCache.fromValue(js_util.getProperty(this, 'cache'));
set cache (RequestCache newValue)

Implementation

set cache(RequestCache newValue) {
  js_util.setProperty(this, 'cache', newValue.value);
}