类 InMemorySessionRepository.ExpiredSessionChecker
java.lang.Object
cn.taketoday.session.InMemorySessionRepository.ExpiredSessionChecker
-
字段概要
字段修饰符和类型字段说明private static final intMax time between expiration checks.private Instantprivate final ReentrantLock -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
CHECK_PERIOD
private static final int CHECK_PERIODMax time between expiration checks.- 另请参阅:
-
lock
-
checkTime
-
-
构造器详细资料
-
ExpiredSessionChecker
private ExpiredSessionChecker()
-
-
方法详细资料
-
checkIfNecessary
-
removeExpiredSessions
-