Ideally every "get-like/read" response should include proper http cache headers. It will help client app to consume less traffic (at least in its current state when polling is heavily used) and reduce server load (maybe we don't expect too many requests though).
The only thing I'm not sure of is if it's possible to do a proper caching of POST responses at all :/
cc @Yoric @fabricedesre