Intro to Caching,Caching algorithms and caching frameworks part 1
Saturday, January 17, 2009 at 1:09AM
General Chicken in Caching, Strategy

Informative and well organized post on caching. Talks about: Why do we need cache?, What is Cache?, Cache Hit, Cache Miss, Storage Cost, Retrieval Cost, Invalidation, Replacement Policy, Optimal Replacement Policy, Caching Algorithms, Least Frequently Used (LFU), Least Recently Used (LRU), Least Recently Used 2(LRU2), Two Queues, Adaptive Replacement Cache (ACR), Most Recently Used (MRU), First in First out (FIFO), Distributed caching, Measuring Cache.

Article originally appeared on (http://highscalability.com/).
See website for complete article licensing information.