[jboss-cvs] JBossCache/docs/JBossCache-UserGuide/en/modules ...

Galder Zamarreno galder.zamarreno at jboss.com
Tue Jan 30 14:22:07 EST 2007


  User: gzamarreno
  Date: 07/01/30 14:22:07

  Modified:    docs/JBossCache-UserGuide/en/modules  architecture.xml
  Log:
  [JBCACHE-954] FileCacheLoader uses VAM as well. Architecture section in documentation updated to inform that JDBCCacheLoader and FileCacheLoader using VAM too.
  
  Revision  Changes    Path
  1.7       +10 -0     JBossCache/docs/JBossCache-UserGuide/en/modules/architecture.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: architecture.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/en/modules/architecture.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- architecture.xml	30 Jan 2007 02:06:03 -0000	1.6
  +++ architecture.xml	30 Jan 2007 19:22:07 -0000	1.7
  @@ -238,6 +238,16 @@
               releases but still affords us the flexibility to tweak and improve the wire protocol between minor or micro releases.
            </para>
   
  +          <section>
  +             <title>CacheLoaders</title>
  +             <para>
  +                Some of the existing cache loaders, such as the <literal>JDBCCacheLoader</literal> and the
  +                <literal>FileCacheLoader</literal> relied on persisting data using <literal>ObjectOutputStream</literal>
  +                as well, but now, they are using the <literal>VersionAwareMarshaller</literal> to marshall the persisted
  +                data to their cache stores.
  +             </para>
  +          </section>
  +
         </section>
   
         <section>
  
  
  



More information about the jboss-cvs-commits mailing list