cache property

RequestCache cache

Implementation

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

Implementation

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