File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
39323933caches on startup using the `spring.cache.cache-names` property. These will operate on
39333934the `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`
You can’t perform that action at this time.
0 commit comments