From jbosscache-commits at lists.jboss.org Tue Nov 4 07:36:00 2008 Content-Type: multipart/mixed; boundary="===============4828779317497386433==" MIME-Version: 1.0 From: jbosscache-commits at lists.jboss.org To: jbosscache-commits at lists.jboss.org Subject: [jbosscache-commits] JBoss Cache SVN: r7077 - core/trunk/src/main/docbook/userguide/en/modules. Date: Tue, 04 Nov 2008 07:36:00 -0500 Message-ID: --===============4828779317497386433== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manik.surtani(a)jboss.com Date: 2008-11-04 07:35:59 -0500 (Tue, 04 Nov 2008) New Revision: 7077 Modified: core/trunk/src/main/docbook/userguide/en/modules/basic_api.xml Log: Explained node structure Modified: core/trunk/src/main/docbook/userguide/en/modules/basic_api.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/src/main/docbook/userguide/en/modules/basic_api.xml 2008-11-= 04 11:38:36 UTC (rev 7076) +++ core/trunk/src/main/docbook/userguide/en/modules/basic_api.xml 2008-11-= 04 12:35:59 UTC (rev 7077) @@ -152,6 +152,16 @@ = assertFalse(cache.getRootNode().hasChild(peterGriffinFqn)); ]]> +
+ Organizing Your Data and Using the Node Structure + + A Node should be viewed as a named logical grouping of data. A= node should be used to contain data for a + single data record, for example information about a particular= person or account. It should be kept in + mind that all aspects of the cache - locking, cache loading, r= eplication and eviction - happen on a per-node + basis. As such, anything grouped together by being stored in = a single node will be treated as a single + atomic unit. + +
=
--===============4828779317497386433==--