All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.plugins.session.SpincastSessionRepository.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






SpincastSessionRepository (org.spincast:spincast-framework 1.0.0 API)












org.spincast.plugins.session

Interface SpincastSessionRepository



  • public interface SpincastSessionRepository
    The repository to CRUD the sessions.
    • Method Detail

      • getSession

        SpincastSession getSession(String sessionId)
        Gets a session from the database/data source.
        Returns:
        the session or null if not found.
      • deleteSession

        void deleteSession(String sessionId)
        Deletes a saved session.
      • deleteOldInactiveSession

        void deleteOldInactiveSession(int sessionMaxInactiveMinutes)
        Deletes the deletes that were inactive for too long. This means their last "modification date" must be older than the specified number of mminutes.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy