From a2794d75c32d254e9ccac22043b33b23f0e9942e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 27 Sep 2016 10:12:59 +0200 Subject: [PATCH] Clarify couchbase cache requirements Closes gh-6998 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 67c616610b7..c9868670dff 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3927,8 +3927,9 @@ Caches can be created on startup via the `spring.cache.cache-names` property. If [[boot-features-caching-provider-couchbase]] ==== Couchbase -If Couchbase is available and <>, a -`CouchbaseCacheManager` is auto-configured. It is also possible to create additional +If the Couchbase java client and the `couchbase-spring-cache` implementation are +available and Couchbase is <>, a +`CouchbaseCacheManager` will be auto-configured. It is also possible to create additional caches on startup using the `spring.cache.cache-names` property. These will operate on the `Bucket` that was auto-configured. You can _also_ create additional caches on another `Bucket` using the customizer: assume you need two caches on the "main" `Bucket` (`foo`