We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f97c41 commit 1baa7e1Copy full SHA for 1baa7e1
src/main/java/org/springframework/data/redis/cache/RedisCacheWriter.java
@@ -493,9 +493,9 @@ static TtlFunction just(Duration duration) {
493
}
494
495
/**
496
- * Returns a {@link TtlFunction} to create persistent entires that do not expire.
+ * Returns a {@link TtlFunction} to create persistent entries that do not expire.
497
*
498
- * @return a {@link TtlFunction} to create persistent entires that do not expire.
+ * @return a {@link TtlFunction} to create persistent entries that do not expire.
499
*/
500
static TtlFunction persistent() {
501
return just(NO_EXPIRATION);
0 commit comments