from Hacker News

ASK HN: How many web developer knows about how caching work in a web browser?

by yunus on 5/14/12, 5:20 PM with 3 comments

i am web developer and i was pop a question about how caching work on browsers
  • by Rust on 5/14/12, 5:26 PM

    I would say that any good web developer should know how caching works - not just in browsers, but also proxies, firewalls, and every other link between your language parser (which may also cache) and the user's browser. It's "domain knowledge".