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

ParameterTypeDescription
{ cache, context, options, }{ cache: KVNamespace<string>; context: Pick<ExecutionContext, "waitUntil">; options?: CacheableFetcherOptions; }

Returns:

CacheableFetcher<TData>