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