# `useNuxtData` has data from unrelated key when using reactive keys and `useAsyncData`
getCachedData() doesn't cache the response, Not works on useFetch()
pending triageneeds reproduction
calling `useNuxtData` before a fetch composable causes shared key cache to purge on navigation for nuxt `3.17.x`
❗ p4-importantpossible regression
`useFetch server: false` breaks `useNuxtData` and vice versa
3.xbug🔨 p3-minor
Clarify that `useAsyncData` results are not cached
documentationgood first issue3.x
useFetch overwrite data to empty value on page reload
pending triageneeds reproductionclosed-by-bot
useFetch caches data for unique urls - requires use of key param
3.xpending triage