Cache Notes: Difference between revisions

Line 15: Line 15:
**Evict based on frecency, not just recency (frequency + recency)
**Evict based on frecency, not just recency (frequency + recency)
**Use Adaptive Replacement Cache algorithm: http://en.wikipedia.org/wiki/Adaptive_replacement_cache  
**Use Adaptive Replacement Cache algorithm: http://en.wikipedia.org/wiki/Adaptive_replacement_cache  
**We could consider letting servers specify "cache-priority" with resources. This leads to other issues, like fairness.


*Keep dimensions of evicted img files, so layout can still render before the image data arrives across the network
*Keep dimensions of evicted img files, so layout can still render before the image data arrives across the network
21

edits