Fix CaffeineCacheManager configuration example in reference doc

See gh-27967
This commit is contained in:
Antoine Rey
2022-01-21 19:52:37 +01:00
committed by Stephane Nicoll
parent a681d6af22
commit 316764cad0

View File

@@ -6573,7 +6573,7 @@ are made available by the manager. The following example shows how to do so:
[source,xml,indent=0,subs="verbatim,quotes"]
----
<bean id="cacheManager" class="org.springframework.cache.caffeine.CaffeineCacheManager">
<property name="caches">
<property name="cacheNames">
<set>
<value>default</value>
<value>books</value>