Add Near Caching Sample Guide and Code references to the Samples table.

This commit is contained in:
John Blum
2019-08-12 19:07:15 -07:00
parent f3a2af12dc
commit a4e0f98326

View File

@@ -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]
|===