Merge pull request #27967 from arey

* pr/27967:
  Fix CaffeineCacheManager configuration example in reference doc

Closes gh-27967
This commit is contained in:
Stephane Nicoll 2022-01-22 10:42:08 +01:00
commit 5ef023afd2
1 changed files with 1 additions and 1 deletions

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>