Class LoomSessionRepository
java.lang.Object
com.loomcache.springboot.session.LoomSessionRepository
- All Implemented Interfaces:
org.springframework.session.SessionRepository<LoomSession>
public final class LoomSessionRepository
extends Object
implements org.springframework.session.SessionRepository<LoomSession>
-
Constructor Summary
ConstructorsConstructorDescriptionLoomSessionRepository(@NonNull LoomCache loomCache, @NonNull LoomProperties properties) -
Method Summary
Modifier and TypeMethodDescription@NonNull LoomSessionvoiddeleteById(@NonNull String id) @Nullable LoomSessionvoidsave(@NonNull LoomSession session)
-
Constructor Details
-
LoomSessionRepository
-
-
Method Details
-
createSession
- Specified by:
createSessionin interfaceorg.springframework.session.SessionRepository<LoomSession>
-
save
- Specified by:
savein interfaceorg.springframework.session.SessionRepository<LoomSession>
-
findById
- Specified by:
findByIdin interfaceorg.springframework.session.SessionRepository<LoomSession>
-
deleteById
- Specified by:
deleteByIdin interfaceorg.springframework.session.SessionRepository<LoomSession>
-