cloudflareCache function

Future<CloudflareCache> cloudflareCache({
  1. String? name,
})

Returns the Cloudflare Cache API namespace.

Implementation

Future<CloudflareCache> cloudflareCache({String? name}) =>
    throw UnsupportedError('Cloudflare bindings require a JavaScript runtime.');