Browse Source

Replace DefaultKeyGenerator with SimpleKeyGenerator

DefaultKeyGenerator has been deprecated and replaced with SimpleKeyGenerator

Signed-off-by: Ryan Prayogo <57620+ryanprayogo@users.noreply.github.com>
pull/34656/head
Ryan Prayogo 10 months ago committed by Brian Clozel
parent
commit
aae2952a32
  1. 2
      spring-context/src/main/resources/org/springframework/cache/config/spring-cache.xsd

2
spring-context/src/main/resources/org/springframework/cache/config/spring-cache.xsd vendored

@ -75,7 +75,7 @@ @@ -75,7 +75,7 @@
The bean name of the KeyGenerator that is to be used to retrieve the backing caches.
This attribute is not required, and only needs to be specified
explicitly if the default strategy (DefaultKeyGenerator) is not sufficient.
explicitly if the default strategy (SimpleKeyGenerator) is not sufficient.
]]></xsd:documentation>
<xsd:appinfo>
<tool:annotation kind="ref">

Loading…
Cancel
Save