You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2018/05/17 19:18:14 UTC

[geode-native] branch develop updated: GEODE-4728: Docs - format improvements, cache config page

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new ecd5caf  GEODE-4728: Docs - format improvements, cache config page
ecd5caf is described below

commit ecd5caf93388e0739d2c632c6bf96b21d5ce6fde
Author: Dave Barnes <db...@pivotal.io>
AuthorDate: Thu May 17 12:18:06 2018 -0700

    GEODE-4728: Docs - format improvements, cache config page
---
 .../configuring/config-client-cache.html.md.erb            | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/geode-native-docs/configuring/config-client-cache.html.md.erb b/docs/geode-native-docs/configuring/config-client-cache.html.md.erb
index 4b81f1e..541c400 100644
--- a/docs/geode-native-docs/configuring/config-client-cache.html.md.erb
+++ b/docs/geode-native-docs/configuring/config-client-cache.html.md.erb
@@ -31,16 +31,16 @@ and other caches in the distributed system, and to create and access any region
 Regions are created from the `Cache` instance. Regions provide the entry point to the interfaces for
 instances of `Region` and `RegionEntry`.
 
-For more information specific to your client programming language, see 
-[C++ Client API](../cpp-caching-api/cpp-caching-api.html) or 
+For more information specific to your client programming language, see the
+[C++ Client API](../cpp-caching-api/cpp-caching-api.html) or the
 [.NET Client API](../dotnet-caching-api/dotnet-caching-api.html).
 
 The `Cache` inherits `RegionService` and adds management of these client caching features:
 
--   Region creation.
--   Subscription keepalive management for durable clients.
--   Access to the underlying distributed system.
--   `RegionService` creation for secure access by multiple users.
-See [Creating Multiple Secure User Connections with RegionService](../security/createsecureconnregionservice.html).
+-   Region creation
+-   Subscription keepalive management for durable clients
+-   Access to the underlying distributed system
+-   `RegionService` creation for secure access by multiple users
+See [Creating Multiple Secure User Connections with RegionService](../security/createsecureconnregionservice.html)
 
 

-- 
To stop receiving notification emails like this one, please contact
dbarnes@apache.org.