Author: buildbot
Date: Thu Aug 25 07:13:46 2016
New Revision: 995867
Log:
Staging update by buildbot for gora
Modified:
websites/staging/gora/trunk/content/ (props changed)
websites/staging/gora/trunk/content/current/gora-jcache.html
Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 25 07:13:46 2016
@@ -1 +1 @@
-1757615
+1757617
Modified: websites/staging/gora/trunk/content/current/gora-jcache.html
==============================================================================
--- websites/staging/gora/trunk/content/current/gora-jcache.html (original)
+++ websites/staging/gora/trunk/content/current/gora-jcache.html Thu Aug 25
07:13:46 2016
@@ -182,26 +182,26 @@ persistent Apache Gora persistent dataSt
<h2 id="goraproperties">gora.properties<a class="headerlink"
href="#goraproperties" title="Permanent link">¶</a></h2>
<ul>
<li>
-<p><code>gora.cache.datastore.default</code> - Caching dataStore to be used
with persistent dataStore. If JCache dataStore is used as caching store
-assigned value should be <b>org.apache.gora.jcache.store.JCacheStore</b>
<code>( Mandatory )</code></p>
+<p><code>gora.cache.datastore.default</code> <code>( Mandatory )</code> -
Caching dataStore to be used with persistent dataStore. If JCache dataStore is
used as caching store
+assigned value should be <b>org.apache.gora.jcache.store.JCacheStore</b></p>
</li>
<li>
-<p><code>gora.datastore.default</code> - Persistent back-end dataStore to be
used with JCache caching dataStore. <code>( Mandatory )</code></p>
+<p><code>gora.datastore.default</code> <code>( Mandatory )</code> - Persistent
back-end dataStore to be used with JCache caching dataStore.</p>
</li>
<li>
-<p><code>gora.datastore.jcache.provider</code> - Two possible values, whether
to start JCache dataStore in Server mode or Client mode,</p>
+<p><code>gora.datastore.jcache.provider</code> <code>( Mandatory )</code> -
Two possible values, whether to start JCache dataStore in Server mode or Client
mode,</p>
</li>
<li>Server Mode
<b>com.hazelcast.cache.impl.HazelcastServerCachingProvider</b></li>
<li>
<p>Client Mode
- <b>com.hazelcast.client.cache.impl.HazelcastClientCachingProvider</b>
<code>( Mandatory )</code></p>
+ <b>com.hazelcast.client.cache.impl.HazelcastClientCachingProvider</b></p>
</li>
<li>
<p><code>gora.datastore.jcache.hazelcast.config</code> - If JCache datastore
is started in,</p>
</li>
<li>Server Mode
- This property to should point s to Hazelcast Cluster member network
configuration file related to
+ This property to should point to Hazelcast Cluster member network
configuration file related to
forming Hazelcast cluster using members. Please see <a
href="http://docs.hazelcast.org/docs/3.5/manual/html/networkconfiguration.html">Network
configuration</a>.</li>
<li>
<p>Client Mode