Graduated in Digital Media M.Sc. now developing the next generation of educational software. Since a while I develop full stack in Javascript using Meteor. Love fitness and Muay Thai after work.
eTag is basically client telling the server I already have this resource with this tag if it has changed then please send me the new data otherwise send me 304.
Lru Cache as used here is server checking if I already have the data (previously fetched) then I don't need to fetch it from database.
I think it is wrongly implied that you don't need to make api call.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
What's the advantage/disadvantage compared to eTag?
eTag is basically client telling the server I already have this resource with this tag if it has changed then please send me the new data otherwise send me 304.
Lru Cache as used here is server checking if I already have the data (previously fetched) then I don't need to fetch it from database.
I think it is wrongly implied that you don't need to make api call.