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

Manik Surtani msurtani at jboss.com
Wed Jul 19 04:29:17 EDT 2006


  User: msurtani
  Date: 06/07/19 04:29:17

  Modified:    docs/TreeCache/en/modules  cache_loaders.xml
  Log:
  Migration to new CacheLoader interface
  
  Revision  Changes    Path
  1.9       +1 -1      JBossCache/docs/TreeCache/en/modules/cache_loaders.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: cache_loaders.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/TreeCache/en/modules/cache_loaders.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- cache_loaders.xml	1 Jun 2006 07:02:19 -0000	1.8
  +++ cache_loaders.xml	19 Jul 2006 08:29:17 -0000	1.9
  @@ -866,7 +866,7 @@
           <programlisting>&lt;attribute name="CacheLoaderConfiguration"&gt;
      &lt;config&gt;
          &lt;cacheloader&gt;
  -           &lt;class&gt;org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader&lt;/class&gt;
  +           &lt;class&gt;org.jboss.cache.loader.TcpDelegatingCacheLoader&lt;/class&gt;
                  &lt;properties&gt;
                      host=localhost
                      port=7500
  
  
  



More information about the jboss-cvs-commits mailing list