javaBin/Switcharoo

Better caching

Closed this issue · 0 comments

Right now resources (slides, program, twitter, instagram) are fetched from the server at certain configured intervals, but we always return 200 even if there are no changes since last time. We should return 304 Not Modified instead.