### Summary React cache doesn't cache values in a server action. ### Page https://react.dev/reference/react/cache ### Details Multiple calls to a cache'd function would return a fresh call. This is reasonable but I think it needs a callout in the docs.
Summary
React cache doesn't cache values in a server action.
Page
https://react.dev/reference/react/cache
Details
Multiple calls to a cache'd function would return a fresh call. This is reasonable but I think it needs a callout in the docs.