match method

dynamic match(
  1. dynamic request, [
  2. MultiCacheQueryOptions? options
])

Implementation

dynamic match(dynamic request, [MultiCacheQueryOptions? options]) =>
    js_util.callMethod(this, 'match', [request, options]);