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