interface GetIncrementalFetchCacheContext {
    fetchIdx?: number;
    fetchUrl?: string;
    kind: FETCH;
    revalidate?: Revalidate;
    softTags?: string[];
    tags?: string[];
}

Properties

fetchIdx?: number
fetchUrl?: string
kind: FETCH
revalidate?: Revalidate
softTags?: string[]
tags?: string[]