CacheFunctionsCacheTagVersion: NextOn this pageCacheTagcacheTag @commandkit/cacheuse-cache.ts Sets a custom identifier for the current cache operation Example const fetchUser = cache(async (id: string) => { cacheTag(`user:${id}`); return await db.users.findOne(id);}); Signaturefunction cacheTag(tag: string): void Parameters tag parameterstring