cache SWR claire

import { useSWRConfig } from 'swr'

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