has method

Future<bool> has(
  1. String cacheName
)

Implementation

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