Author: lewismc
Date: Thu Aug 25 07:13:38 2016
New Revision: 1757617

URL: http://svn.apache.org/viewvc?rev=1757617&view=rev
Log:
Formatting

Modified:
    gora/site/trunk/content/current/gora-jcache.md

Modified: gora/site/trunk/content/current/gora-jcache.md
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/content/current/gora-jcache.md?rev=1757617&r1=1757616&r2=1757617&view=diff
==============================================================================
--- gora/site/trunk/content/current/gora-jcache.md (original)
+++ gora/site/trunk/content/current/gora-jcache.md Thu Aug 25 07:13:38 2016
@@ -10,22 +10,22 @@ persistent Apache Gora persistent dataSt
 
 ##gora.properties
 
-* <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>
+* <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>
 
-* <code>gora.datastore.default</code> - Persistent back-end dataStore to be 
used with JCache caching dataStore. <code>( Mandatory )</code>
+* <code>gora.datastore.default</code> <code>( Mandatory )</code> - Persistent 
back-end dataStore to be used with JCache caching dataStore.
 
-* <code>gora.datastore.jcache.provider</code> - Two possible values, whether 
to start JCache dataStore in Server mode or Client mode,
-  1. Server Mode
+* <code>gora.datastore.jcache.provider</code> <code>( Mandatory )</code> - Two 
possible values, whether to start JCache dataStore in Server mode or Client 
mode,
+  * Server Mode
      <b>com.hazelcast.cache.impl.HazelcastServerCachingProvider</b>
-  2. Client Mode
-     <b>com.hazelcast.client.cache.impl.HazelcastClientCachingProvider</b>  
<code>( Mandatory )</code>
+  * Client Mode
+     <b>com.hazelcast.client.cache.impl.HazelcastClientCachingProvider</b>
 
 * <code>gora.datastore.jcache.hazelcast.config</code> - If JCache datastore is 
started in,
-  1. Server Mode
-     This property to should point s to Hazelcast Cluster member network 
configuration file related to
+  * Server Mode
+     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>.
-  2. Client Mode
+  * Client Mode
      This property to should point s to Hazelcast client configuration file 
related to connecting related to already formed Hazelcast cluster.
      Please see <a 
href="http://docs.hazelcast.org/docs/3.5/manual/html/javaclientconfiguration.html#java-client-configuration";>Client
 configuration</a>  <code>( Mandatory )</code>
 


Reply via email to