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