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
3927
3927
3928
3928
[[boot-features-caching-provider-couchbase]]
3929
3929
==== 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
3932
3933
caches on startup using the `spring.cache.cache-names` property. These will operate on
3933
3934
the `Bucket` that was auto-configured. You can _also_ create additional caches on another
3934
3935
`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