'use cache' export default async function CachedPage() { throw new Error('Kaputt!') return <p>hello world</p> }