i'm new to nuxt3 and i don't understand the role (use) of key option in useFetch composable
it says ;
/*
key: a unique key to ensure that data fetching can be properly de-duplicated across requests
if not provided, it will be generated based on the url and fetch options
*/
can someone give a simplified idea) thanks in advance