# `useOnce` composable: execute data fetching function only once either on server or client
Allowing more than a single fetch in useAsyncData
3.xpending triageneeds reproduction
`useAsyncData`: `getCachedData` + `immediate: false` don`t work
3.xpending triage
Refresh result of `useAsyncData` with `immediate : false` when navigation occurs
3.xbug🍰 p2-nice-to-have
Provide convenient option to skip `useAsyncData`'s cache
enhancementdiscussion3.x
`status` property for `useAsyncData`/`useFetch` (+ lazy equivalents)
enhancementgood first issue3.x🍰 p2-nice-to-have