Who Caches What?
Each cache should hold few items
- else cache gets swamped by clients
Each item should be in few caches
- else server gets swamped by caches
- and cache invalidations/updates expensive
Browser must know right cache
- could ask server for redirect
- server gets swamped by redirect requests