Cmar con caché SWR Clear SWR

import { useSWRConfig } from 'swr'

const { cache } = useSWRConfig()
// to clear
cache.clear()
Radmehr Aghdam