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 a576d35  GEODE-4728: Docs - specify “invalidate” methods
a576d35 is described below

commit a576d35dff2c0f5297eac752990f7d86feb6779c
Author: Dave Barnes <dbar...@pivotal.io>
AuthorDate: Tue May 1 10:41:10 2018 -0700

    GEODE-4728: Docs - specify “invalidate” methods
---
 docs/geode-native-docs/regions/regions.html.md.erb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/geode-native-docs/regions/regions.html.md.erb 
b/docs/geode-native-docs/regions/regions.html.md.erb
index b1887a7..2613cc9 100644
--- a/docs/geode-native-docs/regions/regions.html.md.erb
+++ b/docs/geode-native-docs/regions/regions.html.md.erb
@@ -135,6 +135,8 @@ removes the region and all of its contents from the cache.
 You can execute these operations explicitly in the local cache in the 
following ways:
 
 -   Through direct API calls from the client.
+  - .NET : Apache::Geode::Client::IRegion<TKey, TValue >::InvalidateRegion()
+  - C++ : apache::geode::client::Region:invalidateRegion()
 -   Through expiration activities based on the region's statistics and 
attribute settings.
 
 In either case, you can perform invalidation and destruction as a local or a 
distributed operation.

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

Reply via email to