Harmonize Spring Session flush mode properties javadoc
See gh-17797
This commit is contained in:
committed by
Stephane Nicoll
parent
84dd1f2d29
commit
85a289f71a
@@ -35,7 +35,8 @@ public class HazelcastSessionProperties {
|
||||
private String mapName = "spring:session:sessions";
|
||||
|
||||
/**
|
||||
* Sessions flush mode.
|
||||
* Sessions flush mode. Determines when session changes are written to the session
|
||||
* store.
|
||||
*/
|
||||
private FlushMode flushMode = FlushMode.ON_SAVE;
|
||||
|
||||
|
||||
@@ -37,7 +37,8 @@ public class RedisSessionProperties {
|
||||
private String namespace = "spring:session";
|
||||
|
||||
/**
|
||||
* Sessions flush mode.
|
||||
* Sessions flush mode. Determines when session changes are written to the session
|
||||
* store.
|
||||
*/
|
||||
private FlushMode flushMode = FlushMode.ON_SAVE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user