Skip to content

Commit a2794d7

Browse files
committed
Clarify couchbase cache requirements
Closes spring-projectsgh-6998
1 parent d5be773 commit a2794d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3927,8 +3927,9 @@ Caches can be created on startup via the `spring.cache.cache-names` property. If
39273927

39283928
[[boot-features-caching-provider-couchbase]]
39293929
==== Couchbase
3930-
If Couchbase is available and <<boot-features-couchbase,configured>>, a
3931-
`CouchbaseCacheManager` is auto-configured. It is also possible to create additional
3930+
If the Couchbase java client and the `couchbase-spring-cache` implementation are
3931+
available and Couchbase is <<boot-features-couchbase,configured>>, a
3932+
`CouchbaseCacheManager` will be auto-configured. It is also possible to create additional
39323933
caches on startup using the `spring.cache.cache-names` property. These will operate on
39333934
the `Bucket` that was auto-configured. You can _also_ create additional caches on another
39343935
`Bucket` using the customizer: assume you need two caches on the "main" `Bucket` (`foo`

0 commit comments

Comments
 (0)