interface SetIncrementalFetchCacheContext {
    fetchCache: true;
    fetchIdx?: number;
    fetchUrl?: string;
    isImplicitBuildTimeCache?: boolean;
    tags?: string[];
}

Properties

fetchCache: true
fetchIdx?: number
fetchUrl?: string
isImplicitBuildTimeCache?: boolean
tags?: string[]