functionsinvalidateVersion: NextOn this pageinvalidateinvalidate(tag): Promise<void> Removes a cached value by its tag await invalidate('user:123'); ParameterTypeOptionalDescriptiontagstring❌The cache tag to invalidate Source