Skip to content

Commit aae2952

Browse files
ryanprayogobclozel
authored andcommitted
Replace DefaultKeyGenerator with SimpleKeyGenerator
DefaultKeyGenerator has been deprecated and replaced with SimpleKeyGenerator Signed-off-by: Ryan Prayogo <[email protected]>
1 parent f62251a commit aae2952

File tree

1 file changed

+1
-1
lines changed
  • spring-context/src/main/resources/org/springframework/cache/config

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)