For example i have post:<p>I need to get attributes (id, title, body, likes) for not authenticated user.
For authenticated user i also need to get is_liked (id, title, body, likes, is_liked).
What I don't know is how to cache it and should i make 2 requests or single (and on php merge cached post with is_liked)?<p>What's is standard practice for things like this?