From 30bb9fc82e486efc92d764a6ffba0e780d52a9a4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 6 May 2019 13:08:02 -0700 Subject: [PATCH] Add Look-Aside Caching Sample to the table. --- spring-geode-docs/src/docs/asciidoc/samples.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-geode-docs/src/docs/asciidoc/samples.adoc b/spring-geode-docs/src/docs/asciidoc/samples.adoc index 71a5cf70..6319ee00 100644 --- a/spring-geode-docs/src/docs/asciidoc/samples.adoc +++ b/spring-geode-docs/src/docs/asciidoc/samples.adoc @@ -20,4 +20,8 @@ with their Apache Geode / Pivotal GemFire, Spring Boot applications. | Explains how to use Spring Boot Actuator for Apache Geode and how it works. | {github-samples-url}/boot/actuator[Boot Actuator] +| link:guides/caching-look-aside.html[Look-Aside 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 in Look-Aside Caching. +| {github-samples-url}/caching/look-aside[Look-Aside Caching] + |===