<?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 18 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=Cache_replacement_policies&amp;p=17">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Cache_replacement_policies&amp;p=19">3.Next</a>
</p>
<p>the fifth access (E), the block which held D is replaced with E since this block was used most recently. At the next access (to D), C is replaced since it was the block accessed just before D.</p>

<p><big> Segmented LRU (SLRU) </big></p>
<p>An SLRU cache is divided into two segments: probationary and protected. Lines in each segment are ordered from most- to least-recently-accessed. Data from misses is added to the cache at the most-recently-accessed end of the probationary segment. Hits are removed from where they reside and added to the most-recently-accessed</p><p>
<a accesskey="1" href="page.php?w=Cache_replacement_policies&amp;p=17">1.Previous</a><br />
<a accesskey="3" href="page.php?w=Cache_replacement_policies&amp;p=19">3.Next</a>
</p>

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

</card>
</wml>
