Does react 18 `cache()` cache across requests?

title, if I have a function wrapped with cache, does it cache across requests? or just dedupes calls in the same request

https://nextjs.org/docs/app/building-your-application/data-fetching/caching#react-cache
Learn about caching routes in Next.js.
Was this page helpful?