diff --git a/spring-geode-docs/src/docs/asciidoc/caching.adoc b/spring-geode-docs/src/docs/asciidoc/caching.adoc index f5813ae1..6acdb45f 100644 --- a/spring-geode-docs/src/docs/asciidoc/caching.adoc +++ b/spring-geode-docs/src/docs/asciidoc/caching.adoc @@ -265,3 +265,7 @@ for more details. TIP: It is possible to include multiple providers on the classpath of your Spring Boot application. For instance, you might be using Redis to cache your application's state while using either Apache Geode or Pivotal GemFire as your application's persistent store (_System of Record_). + +NOTE: Spring Boot does not properly or correctly recognize `spring.cache.type=[gemfire|geode]` even though +Spring Boot for Apache Geode/Pivotal GemFire is setup to handle either of these property values +(i.e. either "`gemfire`" or "`geode`").