interface IncrementalFetchCacheEntry {
    isStale?: boolean | -1;
    value: CachedFetchValue;
}

Properties

Properties

isStale?: boolean | -1

-1 here dictates a blocking revalidate should be used