Home > @uniformdev/context-edge-cloudflare > createCacheableFetcherKV
createCacheableFetcherKV() function
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
{ cache, context, options, } | { cache: KVNamespace<string>; context: Pick<ExecutionContext, "waitUntil">; options?: CacheableFetcherOptions; } |
Returns:
CacheableFetcher<TData>