2004
DOI: 10.1109/comst.2004.5342239
|View full text |Cite
|
Sign up to set email alerts
|

An overview of web caching replacement algorithms

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
79
0
3

Year Published

2009
2009
2023
2023

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 135 publications
(82 citation statements)
references
References 24 publications
0
79
0
3
Order By: Relevance
“…When an eviction is required, Size removes the largest object currently in the cache with the idea that users are less likely to rerequest larger objects. Smaller objects, then, are more likely to remain in the cache long-term [3]. Additionally, this allows for a larger number of objects to remain in the cache, potentially improving hit rates for some traffic patterns.…”
Section: Size Algorithmmentioning
confidence: 99%
See 4 more Smart Citations
“…When an eviction is required, Size removes the largest object currently in the cache with the idea that users are less likely to rerequest larger objects. Smaller objects, then, are more likely to remain in the cache long-term [3]. Additionally, this allows for a larger number of objects to remain in the cache, potentially improving hit rates for some traffic patterns.…”
Section: Size Algorithmmentioning
confidence: 99%
“…The basic premise of the algorithm is that those objects that are most likely to be accessed will have been accessed more recently than those that are not as likely. While simple to implement and requiring less computational power than most other algorithms, LRU has been outclassed by several other replacement algorithms: Balamash and Krunz's experiments showed that for large cache sizes, LUV, GDS, and Hyper-G produced better results for both HR and LR [3], while Bahn et al found that for large cache sizes, LUV, Hybrid, Size, Mix, and sw-LFU performed better for HR and LUV was better for LR [5].…”
Section: A Least Recently Used (Lru) Algorithmmentioning
confidence: 99%
See 3 more Smart Citations