Uses of Class
com.networknt.session.redis.RedisFlushMode
-
-
Uses of RedisFlushMode in com.networknt.session.redis
Methods in com.networknt.session.redis that return RedisFlushMode Modifier and Type Method Description static RedisFlushModeRedisFlushMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RedisFlushMode[]RedisFlushMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.networknt.session.redis with parameters of type RedisFlushMode Modifier and Type Method Description voidRedisSessionRepository. setRedisFlushMode(RedisFlushMode redisFlushMode)Sets the Hazelcast flush mode.
-