From a4e0f98326c3d2af71f40f049278b9ef793a090f Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 12 Aug 2019 19:07:15 -0700 Subject: [PATCH] Add Near Caching Sample Guide and Code references to the Samples table. --- spring-geode-docs/src/docs/asciidoc/samples.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-geode-docs/src/docs/asciidoc/samples.adoc b/spring-geode-docs/src/docs/asciidoc/samples.adoc index 97af1873..9c86f92d 100644 --- a/spring-geode-docs/src/docs/asciidoc/samples.adoc +++ b/spring-geode-docs/src/docs/asciidoc/samples.adoc @@ -29,4 +29,10 @@ with their Apache Geode / Pivotal GemFire, Spring Boot applications. This sample builds on the *_Look-Aside Caching_* sample above. | {github-samples-url}/caching/inline[Inline Caching] +| link:guides/caching-near.html[Near Caching with Spring's Cache Abstraction and Apache Geode] +| Explains how to enable and use the Spring Cache Abstraction with Apache Geode as the caching provider for Near Caching. +This sample builds on the *_Look-Aside Caching_* sample above and is the 3rd and final leg in our study +on _caching patterns_. +| {github-samples-url}/caching/near[Near Caching] + |===