Add Guide for the Multi-Site Caching Sample.

Resolves gh-80.
This commit is contained in:
John Blum
2020-04-19 16:56:41 -07:00
parent e4194d400b
commit efcfcb0952
11 changed files with 1205 additions and 2 deletions

View File

@@ -36,10 +36,15 @@ This sample builds on the *_Look-Aside Caching_* sample above.
| 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_.
This sample builds on the *_Look-Aside Caching_* sample above
| {github-samples-url}/caching/near[Near Caching]
| link:guides/caching-multi-site.html[Multi-Site 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 Multi-Site Caching.
This sample builds on the *_Look-Aside Caching_* sample above and is the 4th and final leg in our study
of _caching patterns_.
| {github-samples-url}/caching/multi-site[Multi-Site Caching]
| link:guides/caching-http-session.html[HTTP Session Caching with Spring Session and Apache Geode]
| Explains how to enable and use Spring Session with Apache Geode to manage HTTP Session state.
| {github-samples-url}/caching/http-session[HTTP Session Caching]

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 435 KiB