Does using supabase db like the docs, hits the cache layer?

What I mean for it is if I do client.from('table').select('columns') hits any cache and reduces usage or do I need to do it differently to use the cache?
Was this page helpful?