<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Cache replacement policies - Page 10 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Cache_replacement_policies&amp;p=9">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Cache_replacement_policies&amp;p=11">3.Next</a>
</p>
<p><b>SIEVE</b> is a simple eviction algorithm designed specifically for web caches, such as key-value caches and Content Delivery Networks. It uses the idea of lazy promotion and quick demotion. Therefore, SIEVE does not update the global <a href="page.php?w=data_structure">data structure</a> at cache hits and delays the update till eviction time; meanwhile, it quickly evicts newly inserted objects because cache workloads tend to show high one-hit-wonder ratios, and most of the new objects are not worthwhile to be kept in the cache. SIEVE uses</p><p>
<a accesskey="1" href="page.php?w=Cache_replacement_policies&amp;p=9">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Cache_replacement_policies&amp;p=11">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
