Home > @uniformdev/context-edge-cloudflare > CacheableFetcher
CacheableFetcher type
Signature:
type CacheableFetcher<TData = unknown> = (key: string, fetchData: (key: string) => Promise<TData | null>) => Promise<TData | null>;
Home > @uniformdev/context-edge-cloudflare > CacheableFetcher
Signature:
type CacheableFetcher<TData = unknown> = (key: string, fetchData: (key: string) => Promise<TData | null>) => Promise<TData | null>;