<table><tr><td><divclass="element">Relation <b>checked_in (<directional composition>)</b></div></td></tr></table><p>checked_in objects are subject of cache aging and must be not in use<br/></p><p>Declaration :</p><ul><li>Uml : # checked_in : <ahref="class128565.html#refclass128565"><b>FileMap</b></a>, multiplicity : *</li><li>C++ : protected: <ahref="class128565.html#refclass128565"><b>FileMap</b></a> checked_in</li></ul><p>Stereotype: list</p>
<aname="refrelation129290"></a>
<table><tr><td><divclass="element">Relation <b>checked_out (<directional composition>)</b></div></td></tr></table><p>this list keeps all mappings which are in use, and thus prevents them from Cache aging<br/></p><p>Declaration :</p><ul><li>Uml : # checked_out : <ahref="class128565.html#refclass128565"><b>FileMap</b></a>, multiplicity : *</li><li>C++ : protected: list<<ahref="class128565.html#refclass128565"><b>FileMap</b></a>> checked_out</li></ul><p>Stereotype: list</p>