diff --git a/spring-geode-docs/src/docs/asciidoc/_includes/caching.adoc b/spring-geode-docs/src/docs/asciidoc/_includes/caching.adoc index fcb5b715..142f9682 100644 --- a/spring-geode-docs/src/docs/asciidoc/_includes/caching.adoc +++ b/spring-geode-docs/src/docs/asciidoc/_includes/caching.adoc @@ -236,9 +236,6 @@ that might have been changed by other clients accessing the same data. [[geode-caching-provider-inline-caching]] ==== Inline Caching -TIP: Refer to the corresponding Sample link:guides/caching-inline.html[Guide] and {github-samples-url}/caching/inline[Code] -to see _Inline Caching_ using {geode-name} in action! - The next pattern of caching we will discuss in this chapter is _Inline Caching_. There are two different configurations of _Inline Caching_ that developers can apply to their Spring Boot applications @@ -251,6 +248,9 @@ external data source. [[geode-caching-provider-inline-caching-synchronous]] ===== Synchronous Inline Caching +TIP: Refer to the corresponding Sample link:guides/caching-inline.html[Guide] and {github-samples-url}/caching/inline[Code] +to see _Inline Caching_ using {geode-name} in action! + When employing _Inline Caching_ and a cache miss occurs, the application service method may still not be invoked since a cache can be configured to invoke a loader to load the missing entry from an backend, external data source.