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