#Does Nuxt share cached fetch responses between users?

3 messages · Page 1 of 1 (latest)

jolly jacinth
#

Hi! I have an app that performs extensive fetching from different origins. Does Nuxt cache these fetch results and shares them between users?

unreal briar
#

If u store in server I guess its same for every visitor. On client I guess its unique per visitor

#

But u can debug/test to see actually