A Study of the Object-Based Limited Cache Prefetching Strategy in Proxy Servers

Jiatao Song
2009-01-01
Abstract:Prefetching is an active cache technique.It can be used to improve the cache hit ratio.But its performance greatly depends on the prefetching model employed.In this paper,a novel limited cache prefetching strategy based on web objects is presented.The proposed strategy can adaptively adjust the size of the prefetching cache and prevent ineffective pages from excessively occupying the cache space,resulting in a higher cache utilization rate and an enhanced web hit ratio.Experimental results show that the web hit ratio based on our proposed method is much higher than that based on the Least Recently Used(LRU) strategy,and that based on the web object-based LRU strategy.
What problem does this paper attempt to address?