Merge pull request #27967 from arey
* pr/27967: Fix CaffeineCacheManager configuration example in reference doc Closes gh-27967
This commit is contained in:
commit
5ef023afd2
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue