A versatile and accurate approximation for LRU cache performance
Christine Fricker, Philippe Robert, James Roberts

TL;DR
This paper explains why a simple approximation for LRU cache hit rates is highly accurate across various distributions, especially useful for complex, large-scale content networks.
Contribution
It provides a mathematical justification for an existing approximation method, extending its applicability to complex and large-scale cache scenarios.
Findings
The approximation accurately predicts LRU cache performance across diverse distributions.
It remains effective even when intuitive assumptions do not hold.
The method is particularly useful for evaluating large, complex cache hierarchies.
Abstract
In a 2002 paper, Che and co-authors proposed a simple approach for estimating the hit rates of a cache operating the least recently used (LRU) replacement policy. The approximation proves remarkably accurate and is applicable to quite general distributions of object popularity. This paper provides a mathematical explanation for the success of the approximation, notably in configurations where the intuitive arguments of Che, et al clearly do not apply. The approximation is particularly useful in evaluating the performance of current proposals for an information centric network where other approaches fail due to the very large populations of cacheable objects to be taken into account and to their complex popularity law, resulting from the mix of different content types and the filtering effect induced by the lower layers in a cache hierarchy.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCaching and Content Delivery · Advanced Data Storage Technologies · Parallel Computing and Optimization Techniques
