It caches on the server. You can technically cache any data format on the client but it would only e
It caches on the server. You can technically cache any data format on the client but it would only ever be recommended to cache things that are immutable. Personally I just wouldnt cache anything on the client and only use the default cache that pages does on server side 