[exo-jcr-commits] exo-jcr SVN: r1137 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 21 10:38:27 EST 2009


Author: pnedonosko
Date: 2009-12-21 10:38:27 -0500 (Mon, 21 Dec 2009)
New Revision: 1137

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/JBossCacheWorkspaceStorageCache.java
Log:
EXOJCR-333: JCR cache concepts in the class javadoc

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/JBossCacheWorkspaceStorageCache.java
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/JBossCacheWorkspaceStorageCache.java	2009-12-21 15:37:24 UTC (rev 1136)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/JBossCacheWorkspaceStorageCache.java	2009-12-21 15:38:27 UTC (rev 1137)
@@ -62,9 +62,10 @@
  * <li>cache transparent: or item cached or not, we should not generate "not found" Exceptions </li>
  * <li>cache consists of next resident nodes:
  *      <ul>
- *      <li>/$ITEMS - stores items by Id</li>
- *      <li>/$CHILD_NODES, /$CHILD_PROPS - stores items by parentId and name (e.g. /$CHILD_NODES/parentId/childName/$ITEM_ID)</li>
- *      <li>/$CHILD_NODES_LIST, /$CHILD_PROPS_LIST - stores childs list by parentId and child Id (e.g. /$CHILD_NODES_LIST/parentId/childId)</li>
+ *      <li>/$ITEMS - stores items by Id (i.e. /$ITEMS/itemId)</li>
+ *      <li>/$CHILD_NODES, /$CHILD_PROPS - stores items by parentId and name (i.e. /$CHILD_NODES/parentId/childName/$ITEM_ID)</li>
+ *      <li>/$CHILD_NODES_LIST, /$CHILD_PROPS_LIST - stores childs list by parentId and child Id 
+ *      (i.e. /$CHILD_NODES_LIST/parentId/childId)</li>
  *      </ul>
  * </li>     
  * <li>all child properties/nodes lists should be evicted from parent at same time



More information about the exo-jcr-commits mailing list