kaz         02/03/21 06:29:23

  Modified:    xdocs    managers-cache.xml
               xdocs/stylesheets project.xml
  Log:
  Just wrapped a few lines of John's doc to keep the page width within
  reason, and then added a link to the new document.  I'll also publish
  the Torque site (right after this commit).
  
  Revision  Changes    Path
  1.2       +4 -2      jakarta-turbine-torque/xdocs/managers-cache.xml
  
  Index: managers-cache.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/xdocs/managers-cache.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- managers-cache.xml        21 Mar 2002 08:13:33 -0000      1.1
  +++ managers-cache.xml        21 Mar 2002 14:29:23 -0000      1.2
  @@ -70,9 +70,11 @@
     <source><![CDATA[
   
   jcs.region.net_bar_om_Foo=
  
-jcs.region.net_bar_om_Foo.cacheattributes=org.apache.stratum.jcs.engine.CompositeCacheAttributes
  +jcs.region.net_bar_om_Foo.cacheattributes=
  +    org.apache.stratum.jcs.engine.CompositeCacheAttributes
   jcs.region.net_bar_om_Foo.cacheattributes.MaxObjects=1200
  
-jcs.region.net_bar_om_Foo.cacheattributes.MemoryCacheName=org.apache.stratum.jcs.engine.memory.lru.LRUMemoryCache
  +jcs.region.net_bar_om_Foo.cacheattributes.MemoryCacheName=
  +    org.apache.stratum.jcs.engine.memory.lru.LRUMemoryCache
   
     ]]></source>
   
  
  
  
  1.9       +1 -0      jakarta-turbine-torque/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-torque/xdocs/stylesheets/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml       10 Feb 2002 14:34:55 -0000      1.8
  +++ project.xml       21 Mar 2002 14:29:23 -0000      1.9
  @@ -21,6 +21,7 @@
         <item name="Oracle 8i Howto"       href="/oracle-howto.html"/>
         <item name="Postgres Howto"        href="/postgres-howto.html"/>
         <item name="Sybase Howto"          href="/sybase-howto.html"/>
  +      <item name="Caching Howto"         href="/managers-cache.html"/>
       </menu>
       <menu name="Development">
         <item name="DB Adapters"           href="/db-adapters.html"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to