Future<Cache> open(String cacheName) => js_util.promiseToFuture(js_util.callMethod(this, 'open', [cacheName]));