Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > bfea28f33e7373c31a33dc7387b2a0be > files > 64

loki-lib-doc-0.1.7-2.fc12.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Loki: Loki::EvictAging&lt; DT, ST &gt; Class Template Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="a00192.html">Loki</a>::<a class="el" href="a00052.html">EvictAging</a>
  </div>
</div>
<div class="contents">
<h1>Loki::EvictAging&lt; DT, ST &gt; Class Template Reference<br>
<small>
[<a class="el" href="a00203.html">Eviction policies</a>]</small>
</h1><!-- doxytag: class="Loki::EvictAging" --><!-- doxytag: inherits="Loki::EvictionHelper" -->LRU aware of the time span of use.  
<a href="#_details">More...</a>
<p>
<code>#include &lt;CachedFactory.h&gt;</code>
<p>
Inherits Loki::EvictionHelper&lt; ST, DT &gt;.
<p>

<p>
<a href="a00291.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;typename DT, typename ST = unsigned&gt;<br>
 class Loki::EvictAging&lt; DT, ST &gt;</h3>

LRU aware of the time span of use. 
<p>
Implementation of the Aging algorithm as described in <a href="http://en.wikipedia.org/wiki/Page_replacement_algorithms">http://en.wikipedia.org/wiki/Page_replacement_algorithms</a> .<p>
This method is much more costly than evict LRU so if you need extreme performance consider switching to <a class="el" href="a00053.html" title="Evicts least accessed objects first.">EvictLRU</a> <hr>The documentation for this class was generated from the following file:<ul>
<li>CachedFactory.h</ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 29 18:51:42 2009 for Loki by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>