You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by ar...@apache.org on 2003/08/09 02:24:17 UTC

cvs commit: db-ojb/xdocs objectcache.xml

arminw      2003/08/08 17:24:17

  Modified:    xdocs    objectcache.xml
  Log:
  repair links
  
  Revision  Changes    Path
  1.5       +18 -18    db-ojb/xdocs/objectcache.xml
  
  Index: objectcache.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/objectcache.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- objectcache.xml	11 Jun 2003 14:02:42 -0000	1.4
  +++ objectcache.xml	9 Aug 2003 00:24:17 -0000	1.5
  @@ -13,17 +13,17 @@
   <section name="Object cache">
   
   <ul>
  -    <li><a href="#why cache">Why a cache?</a></li>
  -    <li><a href="#how works">How it works</a></li>
  -    <li><a href="#change">How to change the used ObjectCache implementation</a></li>
  -    <li><a href="#alternative">Alternative cache implementations</a></li>
  -    <li><a href="#implement cache">Implement your own cache</a></li>
  +    <li><a href="#Why a cache?">Why a cache?</a></li>
  +    <li><a href="#How it works">How it works</a></li>
  +    <li><a href="#How to change the used ObjectCache implementation">How to change the used ObjectCache implementation</a></li>
  +    <li><a href="#Alternative cache implementations">Alternative cache implementations</a></li>
  +    <li><a href="#Implement your own cache">Implement your own cache</a></li>
       <li><a href="#"></a></li>
  -    <li><a href="#cache filter">CacheFilter feature</a>
  +    <li><a href="#CacheFilter feature">CacheFilter feature</a>
           <ul>
  -            <li><a href="#what means">What does cache filtering mean</a></li>
  -            <li><a href="#default filter">Default CacheFilter implementations</a></li>
  -            <li><a href="#implement filter">Implement your own filter</a></li>
  +            <li><a href="#What does cache filtering mean">What does cache filtering mean</a></li>
  +            <li><a href="#Default CacheFilter implementations">Default CacheFilter implementations</a></li>
  +            <li><a href="#Implement your own filter">Implement your own filter</a></li>
           </ul>
       </li>
   </ul>
  @@ -38,7 +38,7 @@
   </P>
   
   
  -<subsection name="Why a cache?" anchor="why cache">
  +<subsection name="Why a cache?">
   <p>
   OJB provides a pluggable Object Cache that
   holds Objects previously loaded or stored by the PersistenceBroker.
  @@ -68,7 +68,7 @@
   
   
   
  -<subsection name="How it works" anchor="how works">
  +<subsection name="How it works">
   <p>
   The OJB Cache provides the following interface to allow caching,
   lookup and removal of objects:
  @@ -126,7 +126,7 @@
   </subsection>
   
   
  -<subsection name="How to change the used ObjectCache implementation" anchor="change">
  +<subsection name="How to change the used ObjectCache implementation">
   <p>
   To change the used <code>ObjectCache</code> implementation you only
   need to set the property <code>ObjectCacheClass</code> in <a href="OJB.properties.txt">
  @@ -146,7 +146,7 @@
   
   
   
  -<subsection name="Alternative cache implementations" anchor="alternative" >
  +<subsection name="Alternative cache implementations">
   <p>
   OJB was shipped with several <code>ObjectCache</code> implementations. All
   implementations can be found in <code>org.apache.ojb.broker.cache</code> package.
  @@ -197,7 +197,7 @@
   
   
   
  -<subsection name="Implement your own cache" anchor="implement own">
  +<subsection name="Implement your own cache">
   <p>
   The OJB cache implementations are quite simple but do a good job for most
   scenarios. If you need a more sophisticated cache (e.g. with MRU
  @@ -217,19 +217,19 @@
   
   
   
  -<subsection name="CacheFilter feature" anchor="cache filter">
  +<subsection name="CacheFilter feature">
   
  -<a name="what means"/><b>What does cache filtering mean</b><br/>
  +<a name="What does cache filtering mean"/><b>What does cache filtering mean</b><br/>
   <p>
   TODO
   </p>
   
  -<a name="default filter"/><b>Default CacheFilter implementations</b><br/>
  +<a name="Default CacheFilter implementations"/><b>Default CacheFilter implementations</b><br/>
   <p>
   TODO
   </p>
   
  -<a name="implement filter"/><b>Implement your own filter</b><br/>
  +<a name="Implement your own filter"/><b>Implement your own filter</b><br/>
   <p>
   TODO
   </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org