Home > @uniformdev/context-edge-cloudflare > CacheableFetcherOptions
CacheableFetcherOptions type
Signature:
type CacheableFetcherOptions = {
cache?: {
refreshTtl?: number;
recordTtl?: number;
};
api?: {
waitForResponse?: boolean;
waitingThreshold?: number;
};
};