interface SetIncrementalResponseCacheContext {
    cacheControl?: CacheControl;
    fetchCache?: false;
    isFallback?: boolean;
    isRoutePPREnabled?: boolean;
}

Properties

cacheControl?: CacheControl
fetchCache?: false
isFallback?: boolean

True if this is a fallback request.

isRoutePPREnabled?: boolean

True if the route is enabled for PPR.