import { revalidateTag } from "next/cache" export async function deleteKey(key: string) { revalidateTag(key) }