From 2d5a0313c1b73ae5771501fb8decfd971caef0a4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 13 Aug 2019 01:09:23 -0700 Subject: [PATCH] Add 'back' link to the end of the Sample Guide to return to the SBDG Samples. --- spring-geode-docs/src/docs/asciidoc/guides/caching-near.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-geode-docs/src/docs/asciidoc/guides/caching-near.adoc b/spring-geode-docs/src/docs/asciidoc/guides/caching-near.adoc index d6f00885..2d17f17d 100644 --- a/spring-geode-docs/src/docs/asciidoc/guides/caching-near.adoc +++ b/spring-geode-docs/src/docs/asciidoc/guides/caching-near.adoc @@ -576,3 +576,5 @@ high-availability (HA) and resiliency purposes. There is a much more that can be achieved with a _Near Cache_, so we leave it as an exercise for the reader to explore and experiment more. Hopefully this has peaked your curiosity and shown you a few of the benefits of applying the _Near Caching_ pattern to your Spring Boot applications. + +link:../index.html#geode-samples[Back]