functionsrevalidateVersion: NextOn this pagerevalidaterevalidate(tag, args): Promise<T> Forces a refresh of cached data by its tag (on-demand revalidation) const freshData = await revalidate('user:123'); ParameterTypeOptionalDescriptiontagstring❌The cache tag to revalidateargsArray<any>❌Arguments to pass to the cached function Source