[jboss-cvs] JBossCache/docs/design ...
Manik Surtani
msurtani at jboss.com
Mon Jan 15 11:19:10 EST 2007
User: msurtani
Date: 07/01/15 11:19:10
Modified: docs/design CacheLoader.txt
Log:
* JBCACHE-752
* Refactored GravitationResult
* Updated CacheMarshaller200 to marshall GravitateResults and NodeData
* Moved NodeData (and related objects) to o.j.c.marshall pkg
Revision Changes Path
1.2 +2 -2 JBossCache/docs/design/CacheLoader.txt
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CacheLoader.txt
===================================================================
RCS file: /cvsroot/jboss/JBossCache/docs/design/CacheLoader.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- CacheLoader.txt 31 Mar 2005 10:10:36 -0000 1.1
+++ CacheLoader.txt 15 Jan 2007 16:19:10 -0000 1.2
@@ -1,5 +1,5 @@
-// $Id: CacheLoader.txt,v 1.1 2005/03/31 10:10:36 belaban Exp $
+// $Id: CacheLoader.txt,v 1.2 2007/01/15 16:19:10 msurtani Exp $
Use cases for CacheLoader
@@ -171,7 +171,7 @@
certain non-leaf nodes, you have to create parent nodes, e.g. if you have /a/b in your db, and get a NodeData for
a/b/c/d, you have to create /a/b/c.
-The format is a byte buffer consisting of a sequence of serialized org.jboss.cache.loader.NodeData, e.g. for the
+The format is a byte buffer consisting of a sequence of serialized org.jboss.cache.marshall.NodeData, e.g. for the
following tree:
/a
More information about the jboss-cvs-commits
mailing list