Merge branch '5.3.x'

This commit is contained in:
Stephane Nicoll 2022-01-22 10:42:18 +01:00
commit f9a19c749b
1 changed files with 1 additions and 1 deletions

View File

@ -6545,7 +6545,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>